Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/core/
A Dmemp.c90 #if MEMP_MEM_MALLOC && MEMP_OVERFLOW_CHECK >= 2
96 #if MEMP_SANITY_CHECK && !MEMP_MEM_MALLOC
177 #if MEMP_MEM_MALLOC in memp_init_pool()
253 #if MEMP_MEM_MALLOC in do_memp_malloc_pool()
263 #if !MEMP_MEM_MALLOC in do_memp_malloc_pool()
276 #if MEMP_MEM_MALLOC in do_memp_malloc_pool()
380 #if MEMP_MEM_MALLOC in do_memp_free_pool()
A Dinit.c103 #if !MEMP_MEM_MALLOC /* MEMP_NUM_* checks are disabled when not using the pool allocator */
273 #if MEMP_MEM_MALLOC
296 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
314 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBU…
317 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_L…
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c104 #if !MEMP_MEM_MALLOC /* MEMP_NUM_* checks are disabled when not using the pool allocator */
278 #if MEMP_MEM_MALLOC
301 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
319 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBU…
322 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_L…
A Dmemp.c90 #if MEMP_MEM_MALLOC && MEMP_OVERFLOW_CHECK >= 2
96 #if MEMP_SANITY_CHECK && !MEMP_MEM_MALLOC
232 #if MEMP_MEM_MALLOC in memp_init_pool()
300 #if MEMP_MEM_MALLOC in do_memp_malloc_pool()
310 #if !MEMP_MEM_MALLOC in do_memp_malloc_pool()
324 #if MEMP_MEM_MALLOC in do_memp_malloc_pool()
429 #if MEMP_MEM_MALLOC in do_memp_free_pool()
/components/net/lwip/lwip-1.4.1/src/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 */
/components/net/lwip/lwip-1.4.1/src/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)
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dmemp_priv.h68 #if !MEMP_MEM_MALLOC || MEMP_OVERFLOW_CHECK
121 #if !MEMP_MEM_MALLOC
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dmemp_priv.h90 #if !MEMP_MEM_MALLOC || MEMP_OVERFLOW_CHECK
143 #if !MEMP_MEM_MALLOC
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dmemp.h69 #if MEMP_MEM_MALLOC
A Dopt.h238 #if !defined MEMP_MEM_MALLOC || defined __DOXYGEN__
239 #define MEMP_MEM_MALLOC 0 macro
1961 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dmemp.h69 #if MEMP_MEM_MALLOC
A Dopt.h270 #if !defined MEMP_MEM_MALLOC || defined __DOXYGEN__
271 #define MEMP_MEM_MALLOC 0 macro
2181 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
/components/net/lwip/port/
A Dlwipopts.h287 #define MEMP_MEM_MALLOC 0 macro
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG501 * memp.h/.c: fixed bug #48442 (memp stats don't work for MEMP_MEM_MALLOC)
1075 MEMP_MEM_MALLOC==1
2121 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG754 * memp.h/.c: fixed bug #48442 (memp stats don't work for MEMP_MEM_MALLOC)
1328 MEMP_MEM_MALLOC==1
2374 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG119 MEMP_MEM_MALLOC==1
1165 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead

Completed in 650 milliseconds