Home
last modified time | relevance | path

Searched defs:kMaxBlockSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp386 constexpr uint64_t kMaxBlockSize = 4096; in TEST() local
427 constexpr uint64_t kMaxBlockSize = 4096; in TEST() local
/third_party/node/deps/v8/src/heap/
Dfree-list.h314 static const size_t kMaxBlockSize = MemoryChunk::kPageSize; variable