Home
last modified time | relevance | path

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

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