Searched refs:SystemAllocPages (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 54 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()
|
D | page_allocator_internal.h | 11 void* SystemAllocPages(void* hint,
|
D | page_allocator_internals_win.h | 63 ret = SystemAllocPages(ret, trim_length, accessibility, PageTag::kChromium, in TrimMappingInternal()
|