Searched refs:map_entry (Results 1 – 1 of 1) sorted by relevance
112 auto map_entry = allocations.find(return_ptr); in allocation_tracker_notify_alloc() local114 if (map_entry != allocations.end()) { in allocation_tracker_notify_alloc()115 allocation = map_entry->second; in allocation_tracker_notify_alloc()141 auto map_entry = allocations.find(ptr); in allocation_tracker_notify_free() local142 CHECK(map_entry != allocations.end()); in allocation_tracker_notify_free()143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free()