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

  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 99 // Use a background thread to periodically scavenge memory to release back to the system
841 // fetch too many at a time, we end up having to scavenge too often
    [all...]
  /external/v8/src/
heap.h 288 // A queue of objects promoted during scavenge. Each object is accompanied
418 // To speed up scavenge collections new space string are kept
    [all...]
heap.cc 268 // Is there enough space left in OLD to guarantee that a scavenge can
276 // a scavenge would have succeeded.
280 *reason = "scavenge might not succeed";
502 PrintF("[IncrementalMarking] Scavenge during marking.\n");
832 Scavenge();
    [all...]

Completed in 52 milliseconds