Searched refs:xNumberOfSuccessfulAllocations (Results 1 – 3 of 3) sorted by relevance
168 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable309 xNumberOfSuccessfulAllocations++; in pvPortMalloc()604 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
192 PRIVILEGED_DATA static size_t xNumberOfSuccessfulAllocations = 0; variable337 xNumberOfSuccessfulAllocations++; in pvPortMalloc()703 pxHeapStats->xNumberOfSuccessfulAllocations = xNumberOfSuccessfulAllocations; in vPortGetHeapStats()
151 …size_t xNumberOfSuccessfulAllocations; /* The number of calls to pvPortMalloc() that have returne… member