Searched refs:kAllocatedThreshold (Results 1 – 3 of 3) sorted by relevance
73 static const intptr_t kAllocatedThreshold = 65536; variable
532 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold); in Start()905 if (!force_marking && allocated_ < kAllocatedThreshold && in Step()
2364 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate()