Searched refs:MEM_LIBC_MALLOC (Results 1 – 5 of 5) sorted by relevance
46 #if MEM_LIBC_MALLOC
257 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__258 #define MEM_LIBC_MALLOC 0 macro2179 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
65 #if MEM_LIBC_MALLOC154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS176 #if MEM_LIBC_MALLOC980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
202 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
1423 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==12375 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc2672 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.