Searched refs:TmpSlotList (Results 1 – 1 of 1) sorted by relevance
101 uint32_t *TmpSlotList = new uint32_t[mObjectSlotCount]; in populateObjectSlotMetadata() local102 memset(TmpSlotList, 0, mObjectSlotCount * sizeof(*TmpSlotList)); in populateObjectSlotMetadata()116 TmpSlotList[i] = USlot; in populateObjectSlotMetadata()121 mObjectSlotList = TmpSlotList; in populateObjectSlotMetadata()