Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.h57 BASE_EXPORT void* AllocPages(void* address,
Dpartition_bucket.cc42 char* ptr = reinterpret_cast<char*>(AllocPages(nullptr, map_size, in PartitionDirectMap()
224 AllocPages(requested_address, kSuperPageSize, kSuperPageSize, in AllocNewSlotSpan()
Dpage_allocator.cc103 void* AllocPages(void* address, in AllocPages() function