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

  /dalvik/vm/
AllocTracker.c 117 gDvm.allocRecordHead = gDvm.allocRecordCount = 0;
210 if (gDvm.allocRecordCount < kNumAllocRecords)
211 gDvm.allocRecordCount++;
273 * We point at the most-recently-written record, so if allocRecordCount is 1
282 return (gDvm.allocRecordHead+1 + kNumAllocRecords - gDvm.allocRecordCount)
324 int count = gDvm.allocRecordCount;
376 int count = gDvm.allocRecordCount;
611 int count = gDvm.allocRecordCount;
Globals.h 590 int allocRecordCount; /* #of valid entries */

Completed in 36 milliseconds