Searched refs:xNumberOfSuccessfulFrees (Results 1 – 3 of 3) sorted by relevance
169 PRIVILEGED_DATA static size_t xNumberOfSuccessfulFrees = 0; variable390 xNumberOfSuccessfulFrees++; in vPortFree()605 pxHeapStats->xNumberOfSuccessfulFrees = xNumberOfSuccessfulFrees; in vPortGetHeapStats()
193 PRIVILEGED_DATA static size_t xNumberOfSuccessfulFrees = 0; variable418 xNumberOfSuccessfulFrees++; in vPortFree()704 pxHeapStats->xNumberOfSuccessfulFrees = xNumberOfSuccessfulFrees; in vPortGetHeapStats()
152 …size_t xNumberOfSuccessfulFrees; /* The number of calls to vPortFree() that has successfull… member