Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h252 size_t StepSizeToKeepUpWithAllocations();
Dincremental-marking.cc779 size_t IncrementalMarking::StepSizeToKeepUpWithAllocations() { in StepSizeToKeepUpWithAllocations() function in v8::internal::IncrementalMarking
813 size_t allocation_bytes = StepSizeToKeepUpWithAllocations(); in ScheduleBytesToMarkBasedOnAllocation()