HomeSort by relevance Sort by last modified time
    Searched refs:MEMP_MEM_MALLOC (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
memp.h 78 #if MEMP_MEM_MALLOC || MEM_USE_POOLS
80 #endif /* MEMP_MEM_MALLOC || MEM_USE_POOLS */
82 #if MEMP_MEM_MALLOC
90 #else /* MEMP_MEM_MALLOC */
110 #endif /* MEMP_MEM_MALLOC */
opt.h 110 * MEMP_MEM_MALLOC==1: Use mem_malloc/mem_free instead of the lwip pool allocator.
114 #ifndef MEMP_MEM_MALLOC
115 #define MEMP_MEM_MALLOC 0
    [all...]
  /external/syslinux/core/lwip/src/include/
lwipopts.h 26 #define MEMP_MEM_MALLOC 0
  /external/syslinux/core/lwip/src/core/
memp.c 64 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
119 #else /* MEMP_MEM_MALLOC */
123 #endif /* MEMP_MEM_MALLOC */
126 #if !MEM_USE_POOLS && !MEMP_MEM_MALLOC
134 #if !MEMP_MEM_MALLOC /* don't build if not configured for use in lwipopts.h */
469 #endif /* MEMP_MEM_MALLOC */

Completed in 1362 milliseconds