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

/barrelfish-2018-10-04/include/lwip/lwip/
H A Dmemp_std.h87 #if MEMP_USE_CUSTOM_POOLS
89 #endif /* MEMP_USE_CUSTOM_POOLS */
H A Dopt.h152 * To use this, MEMP_USE_CUSTOM_POOLS also has to be enabled.
167 * MEMP_USE_CUSTOM_POOLS==1: whether to include a user file lwippools.h
172 #ifndef MEMP_USE_CUSTOM_POOLS
173 #define MEMP_USE_CUSTOM_POOLS 0 macro
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dmemp_priv.h100 #if MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS
127 #endif /* MEM_USE_POOLS && MEMP_USE_CUSTOM_POOLS */
H A Dmemp_std.h134 #if MEMP_USE_CUSTOM_POOLS
136 #endif /* MEMP_USE_CUSTOM_POOLS */
/barrelfish-2018-10-04/include/lwip2/
H A Dlwipopts.h126 #define MEMP_USE_CUSTOM_POOLS 0 macro
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinit.c197 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
198 #error "MEM_USE_POOLS requires custom pools (MEMP_USE_CUSTOM_POOLS) to be enabled in your lwipopts.h"
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dinit.c184 #if (MEM_USE_POOLS && !MEMP_USE_CUSTOM_POOLS)
185 #error "MEM_USE_POOLS requires custom pools (MEMP_USE_CUSTOM_POOLS) to be enabled in your lwipopts.h"
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dopt.h284 * To use this, MEMP_USE_CUSTOM_POOLS also has to be enabled.
299 * MEMP_USE_CUSTOM_POOLS==1: whether to include a user file lwippools.h
304 #if !defined MEMP_USE_CUSTOM_POOLS || defined __DOXYGEN__
305 #define MEMP_USE_CUSTOM_POOLS 0 macro

Completed in 104 milliseconds