Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MemMang/
Dheap_4.c168 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable
309 xNumberOfSuccessfulAllocations++; in pvPortMalloc()
604 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
Dheap_5.c192 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable
337 xNumberOfSuccessfulAllocations++; in pvPortMalloc()
703 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
/Kernel-v11.0.1/include/
Dportable.h151 …size_t xNumberOfSuccessfulAllocations; /* The number of calls to pvPortMalloc() that have returne… member