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

  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 265 long afterGC = rt.freeMemory();
267 "before gc: " + beforeGC + "; after gc: " + afterGC,
268 beforeGC < afterGC);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 108 milliseconds