Home
last modified time | relevance | path

Searched refs:memp_sizes (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dmemp.c129 const u16_t memp_sizes[MEMP_MAX] = { variable
221 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type]; in memp_overflow_check_element_overflow()
290 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED); in memp_overflow_check_all()
298 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED); in memp_overflow_check_all()
322 m = (u8_t*)p + MEMP_SIZE + memp_sizes[i]; in memp_overflow_init()
325 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED); in memp_overflow_init()
362 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + memp_sizes[i] in memp_init()
Dmem.c91 if (required_size <= memp_sizes[poolnr]) { in mem_malloc()
/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h79 extern const u16_t memp_sizes[MEMP_MAX];
87 #define memp_malloc(type) mem_malloc(memp_sizes[type])
/external/syslinux/core/lwip/
DCHANGELOG1008 when debugging": memp_sizes contained the wrong sizes (including sanity