Searched refs:memp_t (Results 1 – 3 of 3) sorted by relevance
47 } memp_t; typedef74 #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);
389 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()
82 memp_t poolnr; in mem_malloc()85 for (poolnr = MEMP_POOL_FIRST; poolnr <= MEMP_POOL_LAST; poolnr = (memp_t)(poolnr + 1)) { in mem_malloc()