Home
last modified time | relevance | path

Searched refs:Test_PalRealloc_s (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/
Dtest_pal_mem_s.c39 void *Test_PalRealloc_s(void *pvAddress, size_t newSize) in Test_PalRealloc_s() function
130 void *Test_PalRealloc_s(void *pvAddress, size_t newSize) in Test_PalRealloc_s() function
133 if (cmse_is_nsfptr(&Test_PalRealloc_s)) in Test_PalRealloc_s()
158 return Test_PalRealloc_s(pvAddress, newSize); in Test_PalDMAContigBufferRealloc_s()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/
Dtest_pal_mem_s.h68 void *Test_PalRealloc_s(void *pvAddress, size_t newSize);