Searched refs:xAllocations (Results 1 – 1 of 1) sorted by relevance
85 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ]; variable105 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()