Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c78 } TCP_ALLOCATION_t; typedef
85 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ];
129 static TCP_ALLOCATION_t * pxRemoveAllocation( void * pxObject ) in pxRemoveAllocation()
132 static TCP_ALLOCATION_t xAllocation = { 0 }; in pxRemoveAllocation()
134 TCP_ALLOCATION_t * pxReturn; in pxRemoveAllocation()
400 TCP_ALLOCATION_t * pxFound = pxRemoveAllocation( pxObject ); in vTCPMemStatDelete()