Home
last modified time | relevance | path

Searched refs:allocRecordCount (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DAllocTracker.cpp117 gDvm.allocRecordHead = gDvm.allocRecordCount = 0; in dvmEnableAllocTracker()
212 if (gDvm.allocRecordCount < kNumAllocRecords) in dvmDoTrackAllocation()
213 gDvm.allocRecordCount++; in dvmDoTrackAllocation()
283 return (gDvm.allocRecordHead+1 + kNumAllocRecords - gDvm.allocRecordCount) in headIndex()
325 int count = gDvm.allocRecordCount; in populateStringTables()
377 int count = gDvm.allocRecordCount; in generateBaseOutput()
614 int count = gDvm.allocRecordCount; in dvmDumpTrackedAllocations()
DGlobals.h645 int allocRecordCount; /* #of valid entries */ member