Searched defs:LWIP_MEM_ALIGN (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/include/lwip/ | ||
H A D | arch.h | 294 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_ALIGNMENT-1))) macro |
Completed in 2 milliseconds