Home
last modified time | relevance | path

Searched refs:hmem (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dmem.c310 struct memp_malloc_helper *hmem; in mem_free() local
317 hmem = (struct memp_malloc_helper *)(void *)((u8_t *)rmem - LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper))); in mem_free()
319 LWIP_ASSERT("hmem != NULL", (hmem != NULL)); in mem_free()
320 LWIP_ASSERT("hmem == MEM_ALIGN(hmem)", (hmem == LWIP_MEM_ALIGN(hmem))); in mem_free()
321 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem in mem_free()
[all...]

Completed in 2 milliseconds