Searched refs:ALIGN_PTR (Results 1 – 1 of 1) sorted by relevance
52 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)p))) macro139 return ALIGN_PTR((size_t)p + sizeof(Page)); in start()