Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c91 static size_t uxCurrentMallocSize; variable
392 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()