Searched refs:allocRecordCount (Results 1 – 2 of 2) sorted by relevance
117 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()
645 int allocRecordCount; /* #of valid entries */ member