Searched refs:map_entry (Results 1 – 1 of 1) sorted by relevance
113 auto map_entry = allocations.find(return_ptr); in allocation_tracker_notify_alloc() local115 if (map_entry != allocations.end()) { in allocation_tracker_notify_alloc()116 allocation = map_entry->second; in allocation_tracker_notify_alloc()142 auto map_entry = allocations.find(ptr); in allocation_tracker_notify_free() local143 CHECK(map_entry != allocations.end()); in allocation_tracker_notify_free()144 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free()