Searched refs:memp_sizes (Results 1 – 4 of 4) sorted by relevance
129 const u16_t memp_sizes[MEMP_MAX] = { variable221 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()
91 if (required_size <= memp_sizes[poolnr]) { in mem_malloc()
79 extern const u16_t memp_sizes[MEMP_MAX];87 #define memp_malloc(type) mem_malloc(memp_sizes[type])
1008 when debugging": memp_sizes contained the wrong sizes (including sanity