Searched refs:AllocationSlot (Results 1 – 1 of 1) sorted by relevance
332 struct AllocationSlot struct337 AllocationSlot (void) in AllocationSlot() argument341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot() argument364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks()405 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()431 AllocationSlot& origSlot = allocations[origSlotNdx]; in validateAllocationCallbacks()459 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()496 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()566 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks()