Searched refs:xNumberOfSuccessfulAllocations (Results 1 – 3 of 3) sorted by relevance
133 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable268 xNumberOfSuccessfulAllocations++; in pvPortMalloc()549 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
151 static size_t xNumberOfSuccessfulAllocations = 0; variable278 xNumberOfSuccessfulAllocations++; in pvPortMalloc()606 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
151 …size_t xNumberOfSuccessfulAllocations; /* The number of calls to pvPortMalloc() that have returne… member