Home
last modified time | relevance | path

Searched refs:AllocFromBucket (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h69 ALWAYS_INLINE void* AllocFromBucket(PartitionBucket* bucket,
91 ALWAYS_INLINE void* PartitionRootBase::AllocFromBucket(PartitionBucket* bucket, in AllocFromBucket() function
Dpartition_alloc.h326 result = AllocFromBucket(bucket, flags, size); in AllocFlags()
424 result = root->AllocFromBucket(bucket, flags, size); in PartitionAllocGenericFlags()