Searched refs:MEMP_MEM_MALLOC (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dmemp.h78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS
80 #endif /* MEMP_MEM_MALLOC || MEM_USE_POOLS */
82 #if MEMP_MEM_MALLOC
90 #else /* MEMP_MEM_MALLOC */
110 #endif /* MEMP_MEM_MALLOC */
H A Dopt.h110 * MEMP_MEM_MALLOC==1: Use mem_malloc/mem_free instead of the lwip pool allocator.
114 #ifndef MEMP_MEM_MALLOC
115 #define MEMP_MEM_MALLOC 0 macro
1537 #define MEMP_STATS (MEMP_MEM_MALLOC == 0)
/external/syslinux/core/lwip/src/include/
H A Dlwipopts.h26 #define MEMP_MEM_MALLOC 0 macro
/external/syslinux/core/lwip/src/core/
H A Dmemp.c64 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
119 #else /* MEMP_MEM_MALLOC */
123 #endif /* MEMP_MEM_MALLOC */
126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC
134 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
469 #endif /* MEMP_MEM_MALLOC */

Completed in 87 milliseconds