Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h42 BASE_EXPORT NOINLINE void* SlowPathAlloc(PartitionRootBase* root,
Dpartition_root_base.h115 ret = bucket->SlowPathAlloc(this, flags, size, &is_already_zeroed); in AllocFromBucket()
Dpartition_bucket.cc454 void* PartitionBucket::SlowPathAlloc(PartitionRootBase* root, in SlowPathAlloc() function in pdfium::base::internal::PartitionBucket