Searched refs:MEM_USE_POOLS (Results 1 – 9 of 9) sorted by relevance
199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)202 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)286 #if MEM_USE_POOLS
154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS239 #elif MEM_USE_POOLS
53 #elif MEM_USE_POOLS
129 #if MEM_USE_POOLS
348 #if !defined MEM_USE_POOLS || defined __DOXYGEN__349 #define MEM_USE_POOLS 0 macro2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
78 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
1502 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an2347 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).2507 regions); memp pools for MEM_USE_POOLS were too small3065 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
2127 MEM_USE_POOLS=0 \