Searched refs:ALIGN_UP_TO_PAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/alloc/
H A DHeapBitmap.c26 #define ALIGN_UP_TO_PAGE_SIZE(p) \ macro
50 allocLen = ALIGN_UP_TO_PAGE_SIZE(bitsLen); // required by ashmem
130 size_t allocLen = ALIGN_UP_TO_PAGE_SIZE(hb->bitsLen);
H A DHeapSource.c35 #define ALIGN_UP_TO_PAGE_SIZE(p) \ macro
1286 start = (void *)ALIGN_UP_TO_PAGE_SIZE(start);
H A DMarkSweep.c71 #define ALIGN_UP_TO_PAGE_SIZE(p) \ macro
98 size = ALIGN_UP_TO_PAGE_SIZE(size);

Completed in 81 milliseconds