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

  /frameworks/base/tools/preload/loadclass/
LoadClass.java 51 int allocCount = Debug.getGlobalAllocCount();
71 response.append(',').append(allocCount);
  /dalvik/vm/
Profile.h 72 int allocCount; // #of objects allocated
  /frameworks/base/tools/preload/
MemoryUsage.java 46 final int allocCount;
61 allocCount = Integer.parseInt(parsed[7]);
76 allocCount = -1;
89 int allocCount,
100 this.allocCount = allocCount;
115 allocCount - baseline.allocCount,

Completed in 52 milliseconds