Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A 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);
/lk-master/external/lib/lwip/core/
A Dmemp.c390 memp_malloc(memp_t type) in memp_malloc()
392 memp_malloc_fn(memp_t type, const char* file, const int line) in memp_malloc()
435 memp_free(memp_t type, void *mem) in memp_free()
A Dmem.c83 memp_t poolnr; in mem_malloc()
86 for (poolnr = MEMP_POOL_FIRST; poolnr <= MEMP_POOL_LAST; poolnr = (memp_t)(poolnr + 1)) { in mem_malloc()

Completed in 5 milliseconds