Home
last modified time | relevance | path

Searched refs:total_size_of_super_pages (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_root_base.h42 size_t total_size_of_super_pages = 0; member
176 total_size_of_super_pages + total_size_of_direct_mapped_pages); in IncreaseCommittedPages()
182 total_size_of_super_pages + total_size_of_direct_mapped_pages); in DecreaseCommittedPages()
H A Dpartition_root_base.cc19 if (total_size_of_super_pages + total_size_of_direct_mapped_pages - in OutOfMemory()
H A Dpartition_alloc.cc724 total_size_of_super_pages + total_size_of_direct_mapped_pages; in DumpStats()
807 stats.total_mmapped_bytes = total_size_of_super_pages; in DumpStats()
H A Dpartition_bucket.cc229 root->total_size_of_super_pages += kSuperPageSize; in AllocNewSlotSpan()
/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_root_base.h39 size_t total_size_of_super_pages = 0; member
173 total_size_of_super_pages + total_size_of_direct_mapped_pages); in IncreaseCommittedPages()
179 total_size_of_super_pages + total_size_of_direct_mapped_pages); in DecreaseCommittedPages()
H A Dpartition_root_base.cc20 if (total_size_of_super_pages + total_size_of_direct_mapped_pages - in OutOfMemory()
H A Dpartition_alloc.cc720 total_size_of_super_pages + total_size_of_direct_mapped_pages; in DumpStats()
803 stats.total_mmapped_bytes = total_size_of_super_pages; in DumpStats()
H A Dpartition_bucket.cc229 root->total_size_of_super_pages += kSuperPageSize; in AllocNewSlotSpan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_root_base.h42 size_t total_size_of_super_pages = 0; member
176 total_size_of_super_pages + total_size_of_direct_mapped_pages); in IncreaseCommittedPages()
182 total_size_of_super_pages + total_size_of_direct_mapped_pages); in DecreaseCommittedPages()
H A Dpartition_root_base.cc20 if (total_size_of_super_pages + total_size_of_direct_mapped_pages - in OutOfMemory()
H A Dpartition_alloc.cc739 total_size_of_super_pages + total_size_of_direct_mapped_pages; in DumpStats()
822 stats.total_mmapped_bytes = total_size_of_super_pages; in DumpStats()
H A Dpartition_bucket.cc229 root->total_size_of_super_pages += kSuperPageSize; in AllocNewSlotSpan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_root.cc335 if (total_size_of_super_pages.load(std::memory_order_relaxed) + in OutOfMemory()
651 total_size_of_super_pages.load(std::memory_order_relaxed) + in DumpStats()
H A Dpartition_bucket.cc296 root->total_size_of_super_pages.fetch_add(kSuperPageSize, in AllocNewSlotSpan()
H A Dpartition_root.h157 std::atomic<size_t> total_size_of_super_pages{0};