Home
last modified time | relevance | path

Searched refs:MEM_LIBC_MALLOC (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/lib/lwip/include/
A Dlwipopts.h13 #define MEM_LIBC_MALLOC 1 macro
/lk-master/external/lib/lwip/include/lwip/
A Dmem.h41 #if MEM_LIBC_MALLOC
A Dopt.h105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0 macro
1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/lk-master/external/lib/lwip/core/
A Dinit.c157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
A Dmem.c58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */

Completed in 8 milliseconds