Searched refs:MEM_LIBC_MALLOC (Results 1 – 5 of 5) sorted by relevance
41 #if MEM_LIBC_MALLOC
105 #ifndef MEM_LIBC_MALLOC106 #define MEM_LIBC_MALLOC 0 macro1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
224 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==11176 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc1473 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.