Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.cpp139 gDvm.allocRecordHead = gDvm.allocRecordCount = 0; in dvmEnableAllocTracker()
233 if (gDvm.allocRecordCount < gDvm.allocRecordMax) in dvmDoTrackAllocation()
234 gDvm.allocRecordCount++; in dvmDoTrackAllocation()
304 return (gDvm.allocRecordHead+1 + gDvm.allocRecordMax - gDvm.allocRecordCount) in headIndex()
346 int count = gDvm.allocRecordCount; in populateStringTables()
398 int count = gDvm.allocRecordCount; in generateBaseOutput()
635 int count = gDvm.allocRecordCount; in dvmDumpTrackedAllocations()
DGlobals.h653 int allocRecordCount; /* #of valid entries */ member