Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c54 #ifndef ipconfigTCP_MEM_STATS_MAX_ALLOCATION
58 #define ipconfigTCP_MEM_STATS_MAX_ALLOCATION 128u macro
92 static TCP_ALLOCATION_t xAllocations[ ipconfigTCP_MEM_STATS_MAX_ALLOCATION ];
123 ( 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…