Home
last modified time | relevance | path

Searched defs:memp_malloc (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) macro
104 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
/external/syslinux/core/lwip/src/core/
Dmemp.c389 memp_malloc(memp_t type) in memp_malloc() function