Searched refs:vTraceStoreMemMangEvent (Results 1 – 3 of 3) sorted by relevance
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/include/ |
D | trcKernelPort.h | 1195 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size); 1202 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1206 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE_TRCFAILED, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1211 vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, -((int32_t)uiSize));
|
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/include/ |
D | trcKernelPort.h | 1176 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size); 1183 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1187 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE_TRCFAILED, ( uint32_t ) pvAddress, (int32_t)uiSize); \ 1192 vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, -((int32_t)uiSize));
|
/TraceRecorderSource-2.7.6/ |
D | trcSnapshotRecorder.c | 235 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size); 1889 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size) in vTraceStoreMemMangEvent() function
|