Home
last modified time | relevance | path

Searched refs:get_pages_per_slot_span (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_bucket.h93 ALWAYS_INLINE uint16_t get_pages_per_slot_span();
H A Dpartition_bucket.cc310 ALWAYS_INLINE uint16_t PartitionBucket::get_pages_per_slot_span() { in get_pages_per_slot_span() function in base::internal::PartitionBucket
330 uint16_t num_partition_pages = get_pages_per_slot_span(); in InitializeSlotSpan()
522 uint16_t num_partition_pages = get_pages_per_slot_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.h94 ALWAYS_INLINE uint16_t get_pages_per_slot_span();
H A Dpartition_bucket.cc309 ALWAYS_INLINE uint16_t PartitionBucket::get_pages_per_slot_span() { in get_pages_per_slot_span() function in pdfium::base::internal::PartitionBucket
329 uint16_t num_partition_pages = get_pages_per_slot_span(); in InitializeSlotSpan()
521 uint16_t num_partition_pages = get_pages_per_slot_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.h93 ALWAYS_INLINE uint16_t get_pages_per_slot_span();
H A Dpartition_bucket.cc310 ALWAYS_INLINE uint16_t PartitionBucket::get_pages_per_slot_span() { in get_pages_per_slot_span() function in pdfium::base::internal::PartitionBucket
330 uint16_t num_partition_pages = get_pages_per_slot_span(); in InitializeSlotSpan()
525 uint16_t num_partition_pages = get_pages_per_slot_span(); in SlowPathAlloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_bucket.h83 ALWAYS_INLINE uint16_t get_pages_per_slot_span() const { in get_pages_per_slot_span() function
H A Dpartition_bucket.cc450 uint16_t num_partition_pages = get_pages_per_slot_span(); in InitializeSlotSpan()
679 uint16_t num_partition_pages = get_pages_per_slot_span(); in SlowPathAlloc()
H A Dpartition_page.h548 page += page->slot_span_metadata.bucket->get_pages_per_slot_span()) { in IterateActiveAndFullSlotSpans()