Home
last modified time | relevance | path

Searched refs:MEM_LIBC_MALLOC (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dmem.h46 #if MEM_LIBC_MALLOC
Dopt.h257 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__
258 #define MEM_LIBC_MALLOC 0 macro
2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/third_party/lwip/src/core/
Dmem.c65 #if MEM_LIBC_MALLOC
154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
176 #if MEM_LIBC_MALLOC
980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
Dinit.c202 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
/third_party/lwip/
DCHANGELOG1423 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
2375 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
2672 passing as function pointers when MEM_LIBC_MALLOC is defined.
3168 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
3899 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.