Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc112 auto map_entry = allocations.find(return_ptr); in allocation_tracker_notify_alloc() local
141 auto map_entry = allocations.find(ptr); in allocation_tracker_notify_free() local
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py65 def add(self, pid, map_entry): argument