Home | Info | Community | Development | myReactOS | Contact Us
Calculate memory size for an aligned buffer - returns the next highest multiple of MEM_ALIGNMENT (e.g. LWIP_MEM_ALIGN_SIZE(3) and LWIP_MEM_ALIGN_SIZE(4) will both yield 4 for MEM_ALIGNMENT == 4).
Definition at line 100 of file mem.h.
Referenced by mem_malloc(), mem_trim(), and pbuf_alloc().