Home
last modified time | relevance | path

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

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