Searched refs:MEMP_SEPARATE_POOLS (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dmemp.c150 #if MEMP_SEPARATE_POOLS
167 #else /* MEMP_SEPARATE_POOLS */
175 #endif /* MEMP_SEPARATE_POOLS */
349 #if !MEMP_SEPARATE_POOLS
351 #endif /* !MEMP_SEPARATE_POOLS */
355 #if MEMP_SEPARATE_POOLS
357 #endif /* MEMP_SEPARATE_POOLS */
/external/syslinux/core/lwip/src/include/lwip/
H A Dopt.h136 * MEMP_SEPARATE_POOLS: if defined to 1, each pool is placed in its own array.
140 #ifndef MEMP_SEPARATE_POOLS
141 #define MEMP_SEPARATE_POOLS 0 macro

Completed in 124 milliseconds