Searched refs:MEMP_MEM_MALLOC (Results 1 – 5 of 5) sorted by relevance
88 #if !MEMP_MEM_MALLOC /* MEMP_NUM_* checks are disabled when not using the pool allocator */246 #if MEMP_MEM_MALLOC261 #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…
64 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC134 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS82 #if MEMP_MEM_MALLOC
114 #ifndef MEMP_MEM_MALLOC115 #define MEMP_MEM_MALLOC 0 macro1592 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
17 #define MEMP_MEM_MALLOC 1 macro
Completed in 7 milliseconds