Searched refs:ptrToSlotIndex (Results 1 – 1 of 1) sorted by relevance
365 std::map<void*, size_t> ptrToSlotIndex; in validateAllocationCallbacks() local402 if (!de::contains(ptrToSlotIndex, record.data.allocation.returnedPtr)) in validateAllocationCallbacks()404 ptrToSlotIndex[record.data.allocation.returnedPtr] = allocations.size(); in validateAllocationCallbacks()409 const size_t slotNdx = ptrToSlotIndex[record.data.allocation.returnedPtr]; in validateAllocationCallbacks()428 if (de::contains(ptrToSlotIndex, record.data.reallocation.original)) in validateAllocationCallbacks()430 const size_t origSlotNdx = ptrToSlotIndex[record.data.reallocation.original]; in validateAllocationCallbacks()456 if (!de::contains(ptrToSlotIndex, record.data.reallocation.returnedPtr)) in validateAllocationCallbacks()458 ptrToSlotIndex[record.data.reallocation.returnedPtr] = allocations.size(); in validateAllocationCallbacks()463 const size_t slotNdx = ptrToSlotIndex[record.data.reallocation.returnedPtr]; in validateAllocationCallbacks()493 if (!de::contains(ptrToSlotIndex, record.data.reallocation.returnedPtr)) in validateAllocationCallbacks()[all …]