Home
last modified time | relevance | path

Searched defs:new_slot_size (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h129 size_t new_slot_size = page->bucket->slot_size; in AllocFromBucket() local
Dpartition_bucket.cc178 void PartitionBucket::Init(uint32_t new_slot_size) { in Init()