Searched refs:MEMP_POOL_FIRST (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dmemp.h74 #define MEMP_POOL_FIRST ((memp_t) MEMP_POOL_HELPER_FIRST) macro
/external/syslinux/core/lwip/src/core/
H A Dmem.c85 for (poolnr = MEMP_POOL_FIRST; poolnr <= MEMP_POOL_LAST; poolnr = (memp_t)(poolnr + 1)) {

Completed in 86 milliseconds