Searched refs:AllocRecord (Results 1 – 3 of 3) sorted by relevance
52 struct AllocRecord { struct116 sizeof(AllocRecord) * kNumAllocRecords); in dvmEnableAllocTracker()119 (AllocRecord*) malloc(sizeof(AllocRecord) * kNumAllocRecords); in dvmEnableAllocTracker()147 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames()205 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead]; in dvmDoTrackAllocation()332 AllocRecord* pRec = &gDvm.allocRecords[idx]; in populateStringTables()393 AllocRecord* pRec = &gDvm.allocRecords[idx]; in generateBaseOutput()619 AllocRecord* pRec = &gDvm.allocRecords[idx]; in dvmDumpTrackedAllocations()
26 struct AllocRecord;
649 AllocRecord* allocRecords;