Searched refs:MEM_USE_POOLS (Results 1 – 24 of 24) sorted by relevance
49 #if MEM_USE_POOLS78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS92 #if MEM_USE_POOLS
80 #if MEM_USE_POOLS
171 #ifndef MEM_USE_POOLS172 #define MEM_USE_POOLS 0 macro1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)202 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)285 #if MEM_USE_POOLS
154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS239 #elif MEM_USE_POOLS
194 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)197 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)290 #if MEM_USE_POOLS
69 #if MEM_LIBC_MALLOC || MEM_USE_POOLS154 #elif MEM_USE_POOLS
53 #elif MEM_USE_POOLS
129 #if MEM_USE_POOLS
286 #if !defined MEM_USE_POOLS || defined __DOXYGEN__287 #define MEM_USE_POOLS 0 macro1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
348 #if !defined MEM_USE_POOLS || defined __DOXYGEN__349 #define MEM_USE_POOLS 0 macro2174 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)160 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC
68 #if MEM_USE_POOLS
78 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
100 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
293 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an1138 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).1298 regions); memp pools for MEM_USE_POOLS were too small1856 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
1249 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an2094 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).2254 regions); memp pools for MEM_USE_POOLS were too small2812 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
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
2105 MEM_USE_POOLS=0 \
2127 MEM_USE_POOLS=0 \
Completed in 67 milliseconds