Searched refs:kGcAlotInterval (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc78 static constexpr size_t kGcAlotInterval = KB; member in namespace:art::gc
165 /* For GC a lot mode, we limit the allocations stacks to be kGcAlotInterval allocations. This
170 max_allocation_stack_size_(kGCALotMode ? kGcAlotInterval

Completed in 48 milliseconds