Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.cc195 DCHECK(!(reinterpret_cast<uintptr_t>(root->next_partition_page) % in AllocNewSlotSpan()
202 (root->next_partition_page_end - root->next_partition_page) >> in AllocNewSlotSpan()
207 char* ret = root->next_partition_page; in AllocNewSlotSpan()
213 root->next_partition_page += total_size; in AllocNewSlotSpan()
239 root->next_partition_page = ret + total_size; in AllocNewSlotSpan()
Dpartition_root_base.h48 char* next_partition_page = nullptr; member