Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dmemp.c87 #define MEMP_SANITY_REGION_BEFORE_ALIGNED LWIP_MEM_ALIGN_SIZE(MEMP_SANITY_REGION_BEFORE) macro
89 #define MEMP_SANITY_REGION_BEFORE_ALIGNED 0 macro
101 …e MEMP_SIZE (LWIP_MEM_ALIGN_SIZE(sizeof(struct memp)) + MEMP_SANITY_REGION_BEFORE_ALIGNED)
253 #if MEMP_SANITY_REGION_BEFORE_ALIGNED > 0 in memp_overflow_check_element_underflow()
254 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_check_element_underflow()
255 for (k = 0; k < MEMP_SANITY_REGION_BEFORE_ALIGNED; k++) { in memp_overflow_check_element_underflow()
317 #if MEMP_SANITY_REGION_BEFORE_ALIGNED > 0 in memp_overflow_init()
318 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_init()
319 memset(m, 0xcd, MEMP_SANITY_REGION_BEFORE_ALIGNED); in memp_overflow_init()