Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c46 static const size_t PAGE_INFO_SIZE = ((sizeof(PageInfo) + ALIGN_SIZE - 1) & ~(ALIGN_SIZE - 1)); variable
264 uintptr_t pageHead = PageStart((uintptr_t)(ptr) - PAGE_INFO_SIZE); in GetPageUnchecked()
280 const size_t headSize = AlignRoundUp(PAGE_INFO_SIZE, align); in AllocMmap()

Completed in 1 milliseconds