Searched refs:rounded (Results 1 – 2 of 2) sorted by relevance
41 size_t rounded = __BIONIC_ALIGN(new_size, PAGE_SIZE); in mremap() local42 if (rounded < new_size || rounded > PTRDIFF_MAX) { in mremap()
51 size_t rounded = __BIONIC_ALIGN(size, PAGE_SIZE); in mmap64() local52 if (rounded < size || rounded > PTRDIFF_MAX) { in mmap64()