Searched refs:uxCurrentMallocSize (Results 1 – 1 of 1) sorted by relevance
84 static size_t uxCurrentMallocSize; variable385 uxCurrentMallocSize + uxSize, in vTCPMemStatCreate()390 uxCurrentMallocSize += uxSize; in vTCPMemStatCreate()417 uxCurrentMallocSize - pxFound->uxSize, in vTCPMemStatDelete()422 if( uxCurrentMallocSize < pxFound->uxSize ) in vTCPMemStatDelete()424 uxCurrentMallocSize = 0uL; in vTCPMemStatDelete()428 uxCurrentMallocSize -= pxFound->uxSize; in vTCPMemStatDelete()