Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc54 SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved()
61 ret = SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved()
90 void* SystemAllocPages(void* hint, in SystemAllocPages() function
228 void* mem = SystemAllocPages(nullptr, size, PageInaccessible, in ReserveAddressSpace()
Dpage_allocator_internal.h11 void* SystemAllocPages(void* hint,
Dpage_allocator_internals_win.h63 ret = SystemAllocPages(ret, trim_length, accessibility, PageTag::kChromium, in TrimMappingInternal()