HomeSort by relevance Sort by last modified time
    Searched refs:kAllocatedThreshold (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
incremental-marking.h 114 static const size_t kAllocatedThreshold = 64 * KB;
incremental-marking.cc 36 new_generation_observer_(*this, kAllocatedThreshold),
37 old_generation_observer_(*this, kAllocatedThreshold) {}
    [all...]
spaces.cc     [all...]

Completed in 45 milliseconds