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

/bionic/libc/include/
H A Dlimits.h125 /* glibc's PAGE_MASK is the bitwise negation of BSD's! TODO: remove? */
126 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro

Completed in 208 milliseconds