Home
last modified time | relevance | path

Searched refs:memp_t (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h47 } memp_t; typedef
74 #define MEMP_POOL_FIRST ((memp_t) MEMP_POOL_HELPER_FIRST)
75 #define MEMP_POOL_LAST ((memp_t) MEMP_POOL_HELPER_LAST)
96 memp_t poolnr;
103 void *memp_malloc_fn(memp_t type, const char* file, const int line);
106 void *memp_malloc(memp_t type);
108 void memp_free(memp_t type, void *mem);
/external/syslinux/core/lwip/src/core/
Dmemp.c389 memp_malloc(memp_t type) in memp_malloc()
391 memp_malloc_fn(memp_t type, const char* file, const int line) in memp_malloc()
434 memp_free(memp_t type, void *mem) in memp_free()
Dmem.c82 memp_t poolnr; in mem_malloc()
85 for (poolnr = MEMP_POOL_FIRST; poolnr <= MEMP_POOL_LAST; poolnr = (memp_t)(poolnr + 1)) { in mem_malloc()