Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c85 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ]; variable
105 if( xAllocations[ uxIndex ].pxObject == pxObject ) in vAddAllocation()
119 xAllocations[ uxIndex ].pxObject = pxObject; in vAddAllocation()
120 xAllocations[ uxIndex ].xMemType = xMemType; in vAddAllocation()
121 xAllocations[ uxIndex ].uxSize = uxSize; in vAddAllocation()
122 xAllocations[ uxIndex ].uxNumber = uxNextObjectNumber++; in vAddAllocation()
140 if( xAllocations[ uxSource ].pxObject == pxObject ) in pxRemoveAllocation()
143 … ( void ) memcpy( &( xAllocation ), &( xAllocations[ uxSource ] ), sizeof xAllocation ); in pxRemoveAllocation()
148 xAllocations[ uxTarget ] = xAllocations[ uxSource ]; in pxRemoveAllocation()