Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h70 static const size_t kOldGenerationAllocatedThreshold = 256 * KB; variable
Dincremental-marking.cc59 old_generation_observer_(this, kOldGenerationAllocatedThreshold), in IncrementalMarking()