Home
last modified time | relevance | path

Searched refs:kYoungGenerationAllocatedThreshold (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h69 static const size_t kYoungGenerationAllocatedThreshold = 64 * KB; variable
Dincremental-marking.cc58 new_generation_observer_(this, kYoungGenerationAllocatedThreshold), in IncrementalMarking()