Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c92 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ]; variable
112 if( xAllocations[ uxIndex ].pxObject == pxObject ) in vAddAllocation()
125 xAllocations[ uxIndex ].pxObject = pxObject; in vAddAllocation()
126 xAllocations[ uxIndex ].xMemType = xMemType; in vAddAllocation()
127 xAllocations[ uxIndex ].uxSize = uxSize; in vAddAllocation()
128 xAllocations[ uxIndex ].uxNumber = uxNextObjectNumber++; in vAddAllocation()
147 if( xAllocations[ uxSource ].pxObject == pxObject ) in pxRemoveAllocation()
150 … ( void ) memcpy( &( xAllocation ), &( xAllocations[ uxSource ] ), sizeof xAllocation ); in pxRemoveAllocation()
155 xAllocations[ uxTarget ] = xAllocations[ uxSource ]; in pxRemoveAllocation()