HomeSort by relevance Sort by last modified time
    Searched refs:poolnr (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
mem.c 82 memp_t poolnr; local
85 for (poolnr = MEMP_POOL_FIRST; poolnr <= MEMP_POOL_LAST; poolnr = (memp_t)(poolnr + 1)) {
91 if (required_size <= memp_sizes[poolnr]) {
95 if (poolnr > MEMP_POOL_LAST) {
99 element = (struct memp_malloc_helper*)memp_malloc(poolnr);
105 if (poolnr < MEMP_POOL_LAST) {
106 poolnr++
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
memp.h 96 memp_t poolnr; member in struct:memp_malloc_helper

Completed in 46 milliseconds