Searched refs:rounded (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dmremap.cpp41 size_t rounded = __BIONIC_ALIGN(new_size, PAGE_SIZE); local
42 if (rounded < new_size || rounded > PTRDIFF_MAX) {
H A Dmmap.cpp51 size_t rounded = __BIONIC_ALIGN(size, PAGE_SIZE); local
52 if (rounded < size || rounded > PTRDIFF_MAX) {

Completed in 111 milliseconds