Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h1534 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);
1541 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE, ( uint32_t ) pvAddress, (int32_t)uiSize); \
1545 vTraceStoreMemMangEvent(MEM_MALLOC_SIZE_TRCFAILED, ( uint32_t ) pvAddress, (int32_t)uiSize); \
1550 vTraceStoreMemMangEvent(MEM_FREE_SIZE, ( uint32_t ) pvAddress, -((int32_t)uiSize));
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c220 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size);
1900 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size) in vTraceStoreMemMangEvent() function