Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dmemp.h145 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) macro
/third_party/lwip/src/core/
Dmemp.c337 memp_malloc(memp_t type) in memp_malloc() function
/third_party/lwip/contrib/Coverity/
Dcoverity.c21 void* memp_malloc(memp_t type) in memp_malloc() function