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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dmem.h46 #if MEM_LIBC_MALLOC
H A Dopt.h56 #ifndef MEM_LIBC_MALLOC
57 #define MEM_LIBC_MALLOC 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmem.h41 #if MEM_LIBC_MALLOC
67 #else /* MEM_LIBC_MALLOC */
94 #endif /* MEM_LIBC_MALLOC */
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))
/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
H A DDevINIP.cpp827 # if MEM_LIBC_MALLOC == 0
/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/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/core/
H A Dinit.c160 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
161 #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 */
659 #endif /* !MEM_LIBC_MALLOC */
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h90 #if MEM_LIBC_MALLOC == 0
98 #endif /* !MEM_LIBC_MALLOC */
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmem.c50 #if (MEM_LIBC_MALLOC == 0)
413 #endif /* MEM_LIBC_MALLOC == 0 */

Completed in 143 milliseconds