Searched refs:ALIGN_PTR (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/utils/ | ||
H A D | LinearAllocator.cpp | 51 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)(p)))) macro 132 return ALIGN_PTR((size_t)p + sizeof(Page)); |
Completed in 7 milliseconds