HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_UP (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Common.h 58 #define ALIGN_UP(x, n) (((size_t)(x) + (n) - 1) & ~((n) - 1))
60 #define ALIGN_UP_TO_PAGE_SIZE(p) ALIGN_UP(p, SYSTEM_PAGE_SIZE)
  /dalvik/vm/alloc/
MarkSweep.cpp 537 ptr = (u1*)obj + ALIGN_UP(objectSize(obj), HB_OBJECT_ALIGNMENT);

Completed in 42 milliseconds