Searched defs:MEM_USE_POOLS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h166 * MEM_USE_POOLS==1: Use an alternative to malloc() by allocating from a set
171 #ifndef MEM_USE_POOLS
172 #define MEM_USE_POOLS 0 macro
1612 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))

Completed in 49 milliseconds