Searched refs:AllocRecord (Results 1 – 3 of 3) sorted by relevance
58 struct AllocRecord { struct138 sizeof(AllocRecord) * gDvm.allocRecordMax); in dvmEnableAllocTracker()140 gDvm.allocRecords = (AllocRecord*) malloc(sizeof(AllocRecord) * gDvm.allocRecordMax); in dvmEnableAllocTracker()168 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames()226 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead]; in dvmDoTrackAllocation()353 AllocRecord* pRec = &gDvm.allocRecords[idx]; in populateStringTables()414 AllocRecord* pRec = &gDvm.allocRecords[idx]; in generateBaseOutput()640 AllocRecord* pRec = &gDvm.allocRecords[idx]; in dvmDumpTrackedAllocations()
26 struct AllocRecord;
651 AllocRecord* allocRecords;