Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp386 constexpr uint64_t kMaxBlockSize = 4096; in TEST() local
390 DummyBuddyResourceAllocator allocator(kMaxBlockSize, kHeapSize, &poolAllocator); in TEST()
427 constexpr uint64_t kMaxBlockSize = 4096; in TEST() local
431 DummyBuddyResourceAllocator allocator(kMaxBlockSize, kHeapSize, &poolAllocator); in TEST()
/third_party/node/deps/v8/src/heap/
Dfree-list.cc214 DCHECK_GE(kMaxBlockSize, size_in_bytes); in Allocate()
308 DCHECK_GE(kMaxBlockSize, size_in_bytes); in Allocate()
348 DCHECK_GE(kMaxBlockSize, size_in_bytes); in Allocate()
Dfree-list.h314 static const size_t kMaxBlockSize = MemoryChunk::kPageSize; variable
457 DCHECK(size_in_bytes < kMaxBlockSize); in SelectFastAllocationFreeListCategoryType()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp278 const UInt32 kMaxBlockSize = (1 << 20);
279 if (size > kMaxBlockSize)
280 size = kMaxBlockSize;