Searched refs:xNumberOfSuccessfulFrees (Results 1 – 3 of 3) sorted by relevance
134 PRIVILEGED_DATA static size_t xNumberOfSuccessfulFrees = 0; variable343 xNumberOfSuccessfulFrees++; in vPortFree()550 pxHeapStats->xNumberOfSuccessfulFrees = xNumberOfSuccessfulFrees; in vPortGetHeapStats()
152 static size_t xNumberOfSuccessfulFrees = 0; variable352 xNumberOfSuccessfulFrees++; in vPortFree()607 pxHeapStats->xNumberOfSuccessfulFrees = xNumberOfSuccessfulFrees; in vPortGetHeapStats()
152 …size_t xNumberOfSuccessfulFrees; /* The number of calls to vPortFree() that has successfull… member