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 73 static const intptr_t kAllocatedThreshold = 65536;
incremental-marking.cc 532 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold);
905 if (!force_marking && allocated_ < kAllocatedThreshold &&
    [all...]
spaces.cc     [all...]

Completed in 5055 milliseconds