Home
last modified time | relevance | path

Searched refs:uxCurrentMallocSize (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c84 static size_t uxCurrentMallocSize; variable
385 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()