Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dmem.h41 #if MEM_LIBC_MALLOC
Dopt.h105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0 macro
1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/lib/liblwip/src/core/
Dinit.c157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
Dmem.c58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/
DCHANGELOG224 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
1176 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
1473 passing as function pointers when MEM_LIBC_MALLOC is defined.
1969 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
2700 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.