Searched refs:mDeallocationCallbacks (Results 1 – 1 of 1) sorted by relevance
161 auto& currentCallbacks = mDeallocationCallbacks[gpa]; in registerDeallocationCallback()174 auto it = mDeallocationCallbacks.find(gpa); in runDeallocationCallbacks()175 if (it == mDeallocationCallbacks.end()) return; in runDeallocationCallbacks()183 mDeallocationCallbacks.erase(gpa); in runDeallocationCallbacks()449 …std::map<uint64_t, std::vector<DeallocationCallbackEntry>> mDeallocationCallbacks; // do not save/… member in __anon3a2ffc730111::AddressSpaceDeviceState