Searched refs:MEM_LIBC_MALLOC (Results 1 – 6 of 6) sorted by relevance
105 #ifndef MEM_LIBC_MALLOC106 #define MEM_LIBC_MALLOC 0 macro1530 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
41 #if MEM_LIBC_MALLOC
25 #define MEM_LIBC_MALLOC 0 macro
157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
877 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc1174 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.