Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.h84 ALWAYS_INLINE size_t get_raw_size() const;
197 ALWAYS_INLINE size_t PartitionPage::get_raw_size() const { in get_raw_size() function
207 const size_t raw_size = get_raw_size(); in Free()
236 DCHECK(get_raw_size() == 0); in Free()
Dpartition_root_base.h108 DCHECK(page->get_raw_size() == 0); in AllocFromBucket()
130 size_t raw_size = page->get_raw_size(); in AllocFromBucket()
Dpartition_page.cc108 DCHECK(!get_raw_size()); in FreeSlowPath()
Dpartition_alloc.cc347 DCHECK(page->get_raw_size() == raw_size); in PartitionReallocDirectMappedInPlace()
464 size_t raw_size = page->get_raw_size(); in PartitionPurgePage()
646 size_t raw_size = page->get_raw_size(); in PartitionDumpPageStats()