Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c85 } TCP_ALLOCATION_t; typedef
92 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ];
136 static TCP_ALLOCATION_t * pxRemoveAllocation( void * pxObject ) in pxRemoveAllocation()
139 static TCP_ALLOCATION_t xAllocation = { 0 }; in pxRemoveAllocation()
141 TCP_ALLOCATION_t * pxReturn; in pxRemoveAllocation()
407 TCP_ALLOCATION_t * pxFound = pxRemoveAllocation( pxObject ); in vTCPMemStatDelete()