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

  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 98 // Use a background thread to periodically scavenge memory to release back to the system
800 // fetch too many at a time, we end up having to scavenge too often
    [all...]
  /external/v8/src/
heap.h     [all...]
heap.cc 194 // Is there enough space left in OLD to guarantee that a scavenge can
202 // a scavenge would have succeeded.
574 Scavenge();
681 // scavenge collection.
711 // Shared state read by the scavenge collector and set by ScavengeObject.
747 void Heap::Scavenge() {
752 gc_state_ = SCAVENGE;
755 LOG(ResourceEvent("scavenge", "begin"));
766 // data has survived scavenge since the last expansion.
826 // Update how much has survived scavenge
    [all...]

Completed in 40 milliseconds