Home
last modified time | relevance | path

Searched refs:CC_PalMemMallocPlat (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/freertos/
Dcc_pal_malloc_plat.h36 void* CC_PalMemMallocPlat(size_t aSize /*!< [in] Number of bytes to allocate. */);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/linux/
Dcc_pal_malloc_plat.h33 void* CC_PalMemMallocPlat(size_t aSize /*!< [in] Number of bytes to allocate. */);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/mbedos/
Dcc_pal_malloc_plat.h35 void* CC_PalMemMallocPlat(size_t aSize /*!< [in] Number of bytes to allocate. */);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_mem.h96 #define CC_PalMemMalloc(aSize) CC_PalMemMallocPlat(aSize)
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_mem.c134 void* CC_PalMemMallocPlat(size_t aSize /*!< [in] Number of bytes to allocate. */) in CC_PalMemMallocPlat() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_mem.c135 void* CC_PalMemMallocPlat(size_t aSize /*!< [in] Number of bytes to allocate. */) in CC_PalMemMallocPlat() function