Home
last modified time | relevance | path

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

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