Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmemp.h49 #if MEM_USE_POOLS
78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS
92 #if MEM_USE_POOLS
A Dmem.h80 #if MEM_USE_POOLS
A Dopt.h171 #ifndef MEM_USE_POOLS
172 #define MEM_USE_POOLS 0 macro
1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-2.1.2/src/core/
A Dinit.c199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
202 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
285 #if MEM_USE_POOLS
A Dmem.c154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
239 #elif MEM_USE_POOLS
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c194 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
197 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
290 #if MEM_USE_POOLS
A Dmem.c69 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
154 #elif MEM_USE_POOLS
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dmem.h53 #elif MEM_USE_POOLS
A Dmemp.h129 #if MEM_USE_POOLS
A Dopt.h286 #if !defined MEM_USE_POOLS || defined __DOXYGEN__
287 #define MEM_USE_POOLS 0 macro
1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dmem.h53 #elif MEM_USE_POOLS
A Dmemp.h129 #if MEM_USE_POOLS
A Dopt.h348 #if !defined MEM_USE_POOLS || defined __DOXYGEN__
349 #define MEM_USE_POOLS 0 macro
2174 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
160 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
A Dmemp.c126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC
A Dmem.c68 #if MEM_USE_POOLS
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dmemp_priv.h78 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dmemp_priv.h100 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG293 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
1138 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
1298 regions); memp pools for MEM_USE_POOLS were too small
1856 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1249 * mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
2094 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
2254 regions); memp pools for MEM_USE_POOLS were too small
2812 MEM_USE_POOLS to use 4 pools with different sized elements instead of a
/components/net/lwip/lwip-2.1.2/
A 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
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile2105 MEM_USE_POOLS=0 \
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile2127 MEM_USE_POOLS=0 \
A Dlwip.Doxyfile.cmake.in2127 MEM_USE_POOLS=0 \

Completed in 67 milliseconds