Home
last modified time | relevance | path

Searched refs:ALIGN_PTR (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp52 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)p))) macro
143 return ALIGN_PTR(((size_t*)p) + sizeof(Page)); in start()