Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/test/unit/core/
A Dtest_mem.c190 #ifndef MIN_SIZE in START_TEST()
191 #define MIN_SIZE 12 in START_TEST() macro
193 ptr1b = (u8_t *)mem_malloc(MIN_SIZE * 2); in START_TEST()
201 memset(ptr1b, 1, MIN_SIZE * 2); in START_TEST()
/components/net/lwip/lwip-1.4.1/src/core/
A Dmem.c168 #ifndef MIN_SIZE
169 #define MIN_SIZE 12 macro
172 #define MIN_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MIN_SIZE)
/components/net/lwip/lwip-2.0.3/src/core/
A Dmem.c276 #ifndef MIN_SIZE
277 #define MIN_SIZE 12 macro
280 #define MIN_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MIN_SIZE)
/components/net/lwip/lwip-2.1.2/src/core/
A Dmem.c365 #ifndef MIN_SIZE
366 #define MIN_SIZE 12 macro
369 #define MIN_SIZE_ALIGNED LWIP_MEM_ALIGN_SIZE(MIN_SIZE)

Completed in 17 milliseconds