HomeSort by relevance Sort by last modified time
    Searched defs:MEM_LIBC_MALLOC (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/
lwipopts.h 25 #define MEM_LIBC_MALLOC 0
  /external/syslinux/core/lwip/src/include/lwip/
opt.h 101 * MEM_LIBC_MALLOC==1: Use malloc/free/realloc provided by your C-library
105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0
111 * Especially useful with MEM_LIBC_MALLOC but handle with care regarding execution
    [all...]

Completed in 103 milliseconds