Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h412 BASE_EXPORT void PartitionAllocInit(PartitionRoot*,
890 PartitionAllocInit(&partition_root_, kNumBuckets, kMaxAllocation); in init()
Dpartition_alloc.cc153 void PartitionAllocInit(PartitionRoot* root, in PartitionAllocInit() function