Searched refs:AllocationSlot (Results 1 – 1 of 1) sorted by relevance
324 struct AllocationSlot struct329 AllocationSlot (void) in AllocationSlot() argument333 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot() argument356 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks()397 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()423 AllocationSlot& origSlot = allocations[origSlotNdx]; in validateAllocationCallbacks()451 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()487 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()549 for (std::vector<AllocationSlot>::const_iterator slotIter = allocations.begin(); in validateAllocationCallbacks()