Searched refs:MEMP_SIZE (Results 1 – 1 of 1) sorted by relevance
110 #define MEMP_SIZE 0 macro158 [((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size)))]; 171 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) )222 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type]; in memp_overflow_check_element_overflow()255 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_check_element_underflow()291 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED); in memp_overflow_check_all()319 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_init()323 m = (u8_t*)p + MEMP_SIZE + memp_sizes[i]; in memp_overflow_init()363 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + memp_sizes[i] in memp_init()417 memp = (struct memp*)(void *)((u8_t*)memp + MEMP_SIZE); in memp_malloc()[all …]
Completed in 3 milliseconds