Home
last modified time | relevance | path

Searched refs:map_entry (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dallocation_tracker.cc113 auto map_entry = allocations.find(return_ptr); in allocation_tracker_notify_alloc() local
115 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() local
143 CHECK(map_entry != allocations.end()); in allocation_tracker_notify_free()
144 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free()