Searched defs:PAGE_MASK (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h263 #ifdef PAGE_MASK
264 # undef PAGE_MASK macro
268 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
272 (((s) + PAGE_MASK) & ~PAGE_MASK)

Completed in 121 milliseconds