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