Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A 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()
H A Dpartition_page.cc140 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
H A Dpartition_alloc.cc533 DCHECK(end_ptr <= ptr + bucket->get_bytes_per_span()); in PartitionPurgePage()
693 stats_out->allocated_page_size = bucket->get_bytes_per_span(); in PartitionDumpBucketStats()
H A Dpartition_bucket.cc513 root->RecommitSystemPages(addr, new_page->bucket->get_bytes_per_span()); in SlowPathAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_bucket.h51 ALWAYS_INLINE size_t get_bytes_per_span() const { in get_bytes_per_span() function
59 return static_cast<uint16_t>(get_bytes_per_span() / slot_size); in get_slots_per_span()
H A Dpartition_page.cc140 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
H A Dpartition_alloc.cc548 DCHECK(end_ptr <= ptr + bucket->get_bytes_per_span()); in PartitionPurgePage()
708 stats_out->allocated_page_size = bucket->get_bytes_per_span(); in PartitionDumpBucketStats()
H A Dpartition_bucket.cc512 root->RecommitSystemPages(addr, new_page->bucket->get_bytes_per_span()); in SlowPathAlloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A 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()
H A Dpartition_page.cc141 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
H A 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()
H A Dpartition_bucket.cc516 root->RecommitSystemPages(addr, new_page->bucket->get_bytes_per_span()); in SlowPathAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_bucket.h70 ALWAYS_INLINE size_t get_bytes_per_span() const { in get_bytes_per_span() function
78 return static_cast<uint16_t>(get_bytes_per_span() / slot_size); in get_slots_per_span()
H A Dpartition_page.cc174 root->DecommitSystemPages(addr, bucket->get_bytes_per_span()); in Decommit()
H A Dpartition_bucket.cc672 new_slot_span->bucket->get_bytes_per_span()); in SlowPathAlloc()
681 get_bytes_per_span()); in SlowPathAlloc()
H A Dpartition_root.cc108 PA_DCHECK(end_ptr <= ptr + bucket->get_bytes_per_span()); in PartitionPurgeSlotSpan()
257 stats_out->allocated_slot_span_size = bucket->get_bytes_per_span(); in PartitionDumpBucketStats()
H A Dpcscan_unittest.cc68 const size_t num_slots = (bucket.get_bytes_per_span()) / bucket.slot_size; in GetFullSlotSpan()
H A Dpcscan.cc321 (slot_span->bucket->get_bytes_per_span() / sizeof(uintptr_t)); in PCScanTask()
H A Dpartition_page.h308 slot_span->bucket->get_bytes_per_span())); in GetSlotStartInSuperPage()