Lines Matching refs:uxSize
84 size_t uxSize; member
104 size_t uxSize ) in vAddAllocation() argument
127 xAllocations[ uxIndex ].uxSize = uxSize; in vAddAllocation()
362 size_t uxSize ) in vTCPMemStatCreate() argument
378 size_t uxNett = uxSize - uxTara; in vTCPMemStatCreate()
391 uxSize, in vTCPMemStatCreate()
392 uxCurrentMallocSize + uxSize, in vTCPMemStatCreate()
397 uxCurrentMallocSize += uxSize; in vTCPMemStatCreate()
398 vAddAllocation( xMemType, pxObject, uxSize ); in vTCPMemStatCreate()
423 pxFound->uxSize, in vTCPMemStatDelete()
424 uxCurrentMallocSize - pxFound->uxSize, in vTCPMemStatDelete()
429 if( uxCurrentMallocSize < pxFound->uxSize ) in vTCPMemStatDelete()
435 uxCurrentMallocSize -= pxFound->uxSize; in vTCPMemStatDelete()