Home
last modified time | relevance | path

Searched refs:MEM_USE_POOLS (Results 1 – 9 of 9) sorted by relevance

/third_party/lwip/src/core/
Dinit.c199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
202 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
286 #if MEM_USE_POOLS
Dmem.c154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
239 #elif MEM_USE_POOLS
/third_party/lwip/src/include/lwip/
Dmem.h53 #elif MEM_USE_POOLS
Dmemp.h129 #if MEM_USE_POOLS
Dopt.h348 #if !defined MEM_USE_POOLS || defined __DOXYGEN__
349 #define MEM_USE_POOLS 0 macro
2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/third_party/lwip/src/include/lwip/priv/
Dmemp_priv.h78 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
/third_party/lwip/
DCHANGELOG1502 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
2347 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
2507 regions); memp pools for MEM_USE_POOLS were too small
3065 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
/third_party/lwip/doc/doxygen/
Dlwip.Doxyfile.cmake.in2127 MEM_USE_POOLS=0 \
Dlwip.Doxyfile2127 MEM_USE_POOLS=0 \