Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_allocator.cpp84 static constexpr size_t kPageInfoSize = __BIONIC_ALIGN(sizeof(page_info), 16); variable
269 size_t header_size = __BIONIC_ALIGN(kPageInfoSize, align); in alloc_mmap()
330 uintptr_t header_page = PAGE_START(reinterpret_cast<size_t>(ptr) - kPageInfoSize); in get_page_info_unchecked()