Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp40 static constexpr size_t kMaxPageSize = 65536; variable
41 static constexpr size_t kAllocateSize = kMaxPageSize * 6;
42 static_assert(kAllocateSize % kMaxPageSize == 0, "Invalid kAllocateSize.");