Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
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…
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 */
/lib/liblwip/src/include/lwip/
Dmemp.h78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS
82 #if MEMP_MEM_MALLOC
Dopt.h114 #ifndef MEMP_MEM_MALLOC
115 #define MEMP_MEM_MALLOC 0 macro
1592 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
/lib/liblwip/
DCHANGELOG129 MEMP_MEM_MALLOC==1
1175 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead