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

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h18 #define MEM_LIBC_MALLOC 1 macro
58 PBUF_RAM pbufs are allocated with mem_malloc (with MEM_LIBC_MALLOC
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h35 #define MEM_LIBC_MALLOC 1 macro
78 PBUF_RAM pbufs are allocated with mem_malloc (with MEM_LIBC_MALLOC
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h56 #ifndef MEM_LIBC_MALLOC
57 #define MEM_LIBC_MALLOC 0 macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h17 #define MEM_LIBC_MALLOC 1 macro
191 #if MEM_LIBC_MALLOC == 0
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h101 * MEM_LIBC_MALLOC==1: Use malloc/free/realloc provided by your C-library
105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0 macro
111 * Especially useful with MEM_LIBC_MALLOC but handle with care regarding execution
1612 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))

Completed in 61 milliseconds