Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dinit.c88 #if !MEMP_MEM_MALLOC /* MEMP_NUM_* checks are disabled when not using the pool allocator */
246 #if MEMP_MEM_MALLOC
261 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
276 #if !MEMP_MEM_MALLOC && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_LINK_HLEN + PBUF_IP…
A Dmemp.c64 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC
134 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
/lk-master/external/lib/lwip/include/lwip/
A Dmemp.h78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS
82 #if MEMP_MEM_MALLOC
A Dopt.h114 #ifndef MEMP_MEM_MALLOC
115 #define MEMP_MEM_MALLOC 0 macro
1592 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
/lk-master/external/lib/lwip/include/
A Dlwipopts.h17 #define MEMP_MEM_MALLOC 1 macro

Completed in 9 milliseconds