Searched refs:MEM_LIBC_MALLOC (Results 1 – 15 of 15) sorted by relevance
46 #if MEM_LIBC_MALLOC
225 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__226 #define MEM_LIBC_MALLOC 0 macro1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
257 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__258 #define MEM_LIBC_MALLOC 0 macro2174 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
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))
65 #if MEM_LIBC_MALLOC69 #if MEM_LIBC_MALLOC || MEM_USE_POOLS91 #if MEM_LIBC_MALLOC746 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
194 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
65 #if MEM_LIBC_MALLOC154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS176 #if MEM_LIBC_MALLOC980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
214 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==11166 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc1463 passing as function pointers when MEM_LIBC_MALLOC is defined.1959 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())2690 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
1170 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==12122 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc2419 passing as function pointers when MEM_LIBC_MALLOC is defined.2915 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())3646 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
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.
Completed in 41 milliseconds