Searched refs:ALIGN_PTR (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/utils/ | ||
D | Macros.h | 44 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)(p)))) macro |
D | LinearAllocator.cpp | 124 return ALIGN_PTR((size_t)p + sizeof(Page)); in start() |