Searched defs:pvAddress (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
| D | test_pal_mem_s.c | 33 void Test_PalFree_s(void *pvAddress) in Test_PalFree_s() 39 void *Test_PalRealloc_s(void *pvAddress, size_t newSize) in Test_PalRealloc_s() 54 void Test_PalDMAContigBufferFree_s(void *pvAddress) in Test_PalDMAContigBufferFree_s() 60 void *Test_PalDMAContigBufferRealloc_s(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc_s() 116 void Test_PalFree_s(void *pvAddress) in Test_PalFree_s() 130 void *Test_PalRealloc_s(void *pvAddress, size_t newSize) in Test_PalRealloc_s() 150 void Test_PalDMAContigBufferFree_s(void *pvAddress) in Test_PalDMAContigBufferFree_s() 156 void *Test_PalDMAContigBufferRealloc_s(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc_s()
|
| D | test_pal_mem.c | 47 void Test_PalFree(void *pvAddress) in Test_PalFree() 56 void *Test_PalRealloc(void *pvAddress, size_t newSize) in Test_PalRealloc() 71 void Test_PalDMAContigBufferFree(void *pvAddress) in Test_PalDMAContigBufferFree() 77 void *Test_PalDMAContigBufferRealloc(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc()
|
| D | test_pal_thread.c | 86 static void PalFree(void *pvAddress) in PalFree()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
| D | test_pal_mem.c | 32 void Test_PalFree(void *pvAddress) in Test_PalFree() 41 void *Test_PalRealloc(void *pvAddress, size_t newSize) in Test_PalRealloc() 56 void Test_PalDMAContigBufferFree(void *pvAddress) in Test_PalDMAContigBufferFree() 62 void *Test_PalDMAContigBufferRealloc(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
| D | test_pal_mem.c | 35 void Test_PalFree(void *pvAddress) in Test_PalFree() 44 void *Test_PalRealloc(void *pvAddress, size_t newSize) in Test_PalRealloc() 91 void Test_PalDMAContigBufferFree(void *pvAddress) in Test_PalDMAContigBufferFree() 97 void *Test_PalDMAContigBufferRealloc(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
| D | test_pal_mem.c | 41 void Test_PalFree(void *pvAddress) in Test_PalFree() 50 void *Test_PalRealloc(void *pvAddress, size_t newSize) in Test_PalRealloc() 110 void Test_PalDMAContigBufferFree(void *pvAddress) in Test_PalDMAContigBufferFree() 116 void *Test_PalDMAContigBufferRealloc(void *pvAddress, size_t newSize) in Test_PalDMAContigBufferRealloc()
|