Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/MemMang/
Dheap_4.c133 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable
268 xNumberOfSuccessfulAllocations++; in pvPortMalloc()
549 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
Dheap_5.c151 static size_t xNumberOfSuccessfulAllocations = 0; variable
278 xNumberOfSuccessfulAllocations++; in pvPortMalloc()
606 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
/Kernel-v10.6.2/include/
Dportable.h151 …size_t xNumberOfSuccessfulAllocations; /* The number of calls to pvPortMalloc() that have returne… member