Home
last modified time | relevance | path

Searched refs:get_bytes_per_span (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h50 ALWAYS_INLINE size_t get_bytes_per_span() const { in get_bytes_per_span() function
58 return static_cast<uint16_t>(get_bytes_per_span() / slot_size); in get_slots_per_span()
Dpartition_page.cc141 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
Dpartition_alloc.cc529 DCHECK(end_ptr <= ptr + bucket->get_bytes_per_span()); in PartitionPurgePage()
689 stats_out->allocated_page_size = bucket->get_bytes_per_span(); in PartitionDumpBucketStats()
Dpartition_bucket.cc516 root->RecommitSystemPages(addr, new_page->bucket->get_bytes_per_span()); in SlowPathAlloc()