Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc51 PageTag page_tag, in AllocPagesIncludingReserved() argument
54 SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved()
61 ret = SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved()
93 PageTag page_tag, in SystemAllocPages() argument
99 return SystemAllocPagesInternal(hint, length, accessibility, page_tag, in SystemAllocPages()
107 PageTag page_tag, in AllocPages() argument
139 page_tag, commit); in AllocPages()
175 page_tag, commit); in AllocPages()
Dpage_allocator_internals_posix.h85 PageTag page_tag, in SystemAllocPagesInternal() argument
90 DCHECK(PageTag::kFirst <= page_tag); in SystemAllocPagesInternal()
91 DCHECK(PageTag::kLast >= page_tag); in SystemAllocPagesInternal()
92 int fd = VM_MAKE_TAG(static_cast<int>(page_tag)); in SystemAllocPagesInternal()
103 if (page_tag == PageTag::kV8) { in SystemAllocPagesInternal()
120 PageTagToName(page_tag)); in SystemAllocPagesInternal()
Dpage_allocator_internal.h14 PageTag page_tag,
Dpage_allocator_internals_win.h39 PageTag page_tag, in SystemAllocPagesInternal() argument