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

  /external/v8/src/
incremental-marking.h 97 static const intptr_t kAllocatedThreshold = 65536;
incremental-marking.cc 496 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold);
780 if (allocated_ < kAllocatedThreshold) return;
spaces.cc     [all...]
heap.cc     [all...]

Completed in 861 milliseconds