Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c54 #ifndef ipconfigTCP_MEM_STATS_MAX_ALLOCATION
55 #define ipconfigTCP_MEM_STATS_MAX_ALLOCATION 128u macro
85 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ];
113 if( uxAllocationCount >= ipconfigTCP_MEM_STATS_MAX_ALLOCATION ) in vAddAllocation()
Dtcp_mem_stats.md30 #define ipconfigTCP_MEM_STATS_MAX_ALLOCATION ( 128 )
35 `ipconfigTCP_MEM_STATS_MAX_ALLOCATION` is the maximum number of objects that can be followed at any…