Home
last modified time | relevance | path

Searched refs:new_slot_size (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dpartition_root.cc447 size_t new_slot_size = Bucket::get_direct_map_size(raw_size); in ReallocDirectMappedInPlace() local
448 if (new_slot_size < kMinDirectMappedDownsize) in ReallocDirectMappedInPlace()
454 if (new_slot_size == current_slot_size) { in ReallocDirectMappedInPlace()
456 } else if (new_slot_size < current_slot_size) { in ReallocDirectMappedInPlace()
461 if ((new_slot_size / SystemPageSize()) * 5 < in ReallocDirectMappedInPlace()
466 size_t decommit_size = current_slot_size - new_slot_size; in ReallocDirectMappedInPlace()
467 DecommitSystemPages(char_ptr + new_slot_size, decommit_size); in ReallocDirectMappedInPlace()
468 SetSystemPagesAccess(char_ptr + new_slot_size, decommit_size, in ReallocDirectMappedInPlace()
470 } else if (new_slot_size <= in ReallocDirectMappedInPlace()
474 size_t recommit_slot_size_growth = new_slot_size - current_slot_size; in ReallocDirectMappedInPlace()
[all …]
H A Dpartition_bucket.h52 void Init(uint32_t new_slot_size);
H A Dpartition_bucket.cc203 void PartitionBucket<thread_safe>::Init(uint32_t new_slot_size) { in Init() argument
204 slot_size = new_slot_size; in Init()
205 slot_size_reciprocal = kReciprocalMask / new_slot_size + 1; in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_root_base.h132 size_t new_slot_size = page->bucket->slot_size; in AllocFromBucket() local
136 new_slot_size = raw_size; in AllocFromBucket()
138 size_t no_cookie_size = PartitionCookieSizeAdjustSubtract(new_slot_size); in AllocFromBucket()
H A Dpartition_bucket.h33 void Init(uint32_t new_slot_size);
H A Dpartition_bucket.cc178 void PartitionBucket::Init(uint32_t new_slot_size) { in Init() argument
179 slot_size = new_slot_size; in Init()
/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.h129 size_t new_slot_size = page->bucket->slot_size; in AllocFromBucket() local
133 new_slot_size = raw_size; in AllocFromBucket()
135 size_t no_cookie_size = PartitionCookieSizeAdjustSubtract(new_slot_size); in AllocFromBucket()
H A Dpartition_bucket.h33 void Init(uint32_t new_slot_size);
H A Dpartition_bucket.cc178 void PartitionBucket::Init(uint32_t new_slot_size) { in Init() argument
179 slot_size = new_slot_size; in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_root_base.h132 size_t new_slot_size = page->bucket->slot_size; in AllocFromBucket() local
136 new_slot_size = raw_size; in AllocFromBucket()
138 size_t no_cookie_size = PartitionCookieSizeAdjustSubtract(new_slot_size); in AllocFromBucket()
H A Dpartition_bucket.h34 void Init(uint32_t new_slot_size);
H A Dpartition_bucket.cc178 void PartitionBucket::Init(uint32_t new_slot_size) { in Init() argument
179 slot_size = new_slot_size; in Init()