Searched refs:MEM_LIBC_MALLOC (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/lwip2/lwip/
H A Dmem.h46 #if MEM_LIBC_MALLOC
H A Dopt.h221 * MEM_LIBC_MALLOC==1: Use malloc/free/realloc provided by your C-library
225 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__
226 #define MEM_LIBC_MALLOC 0 macro
231 * Especially useful with MEM_LIBC_MALLOC but handle with care regarding execution
1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/barrelfish-master/include/lwip/lwip/
H A Dmem.h41 #if MEM_LIBC_MALLOC
67 #else /* MEM_LIBC_MALLOC */
92 #endif /* MEM_LIBC_MALLOC */
H A Dopt.h93 * MEM_LIBC_MALLOC==1: Use malloc/free/realloc provided by your C-library
97 #ifndef MEM_LIBC_MALLOC
98 #define MEM_LIBC_MALLOC 0 macro
103 * Especially useful with MEM_LIBC_MALLOC but handle with care regarding execution
/barrelfish-master/lib/lwip2/src/core/
H A Dmem.c8 * MEM_LIBC_MALLOC to 1 in your lwipopts.h
65 #if MEM_LIBC_MALLOC
69 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
89 #endif /* MEM_LIBC_MALLOC || MEM_USE_POOLS */
91 #if MEM_LIBC_MALLOC
746 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
753 #else /* MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS) */
777 #endif /* MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS) */
H A Dinit.c194 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
195 #error "MEM_LIBC_MALLOC and MEM_USE_POOLS may not both be simultaneously enabled in your lwipopts.h"
/barrelfish-master/lib/lwip/src/core/
H A Dinit.c181 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
182 #error "MEM_LIBC_MALLOC and MEM_USE_POOLS may not both be simultaneously enabled in your lwipopts.h"
H A Dmem.c8 * MEM_LIBC_MALLOC to 1 in your lwipopts.h
58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
666 #endif /* !MEM_LIBC_MALLOC */

Completed in 118 milliseconds