Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dopt.h105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0 macro
1530 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
Dmem.h41 #if MEM_LIBC_MALLOC
/external/syslinux/core/lwip/src/include/
Dlwipopts.h25 #define MEM_LIBC_MALLOC 0 macro
/external/syslinux/core/lwip/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 */
/external/syslinux/core/lwip/
DCHANGELOG877 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
1174 passing as function pointers when MEM_LIBC_MALLOC is defined.
1670 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
2401 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.