Home
last modified time | relevance | path

Searched refs:Test_PalMalloc_s (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_mem_s.c26 void *Test_PalMalloc_s(size_t size) in Test_PalMalloc_s() function
102 void *Test_PalMalloc_s(size_t size) in Test_PalMalloc_s() function
105 if (cmse_is_nsfptr(&Test_PalMalloc_s)) in Test_PalMalloc_s()
146 return Test_PalMalloc_s(size); in Test_PalDMAContigBufferAlloc_s()
Dtest_pal_thread.c82 return Test_PalMalloc_s(size); /* A secure caller */ in PalMalloc()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_mem_s.h38 void *Test_PalMalloc_s(size_t size);