Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dconcurrent-allocator-inl.h30 if (object_size > kMaxLabObjectSize) { in AllocateRaw()
Dconcurrent-allocator.h38 static const int kMaxLabObjectSize = 2 * KB; variable
Devacuation-allocator.h22 static const int kMaxLabObjectSize = 8 * KB; variable
Devacuation-allocator-inl.h120 if (object_size > kMaxLabObjectSize) { in AllocateInNewSpace()