Searched refs:uxCurrentMallocSize (Results 1 – 1 of 1) sorted by relevance
91 static size_t uxCurrentMallocSize; variable392 uxCurrentMallocSize + uxSize, in vTCPMemStatCreate()397 uxCurrentMallocSize += uxSize; in vTCPMemStatCreate()424 uxCurrentMallocSize - pxFound->uxSize, in vTCPMemStatDelete()429 if( uxCurrentMallocSize < pxFound->uxSize ) in vTCPMemStatDelete()431 uxCurrentMallocSize = 0uL; in vTCPMemStatDelete()435 uxCurrentMallocSize -= pxFound->uxSize; in vTCPMemStatDelete()