Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp66 KeyedVector< wp<IBinder>, heap_info_t > mHeapCache; member in android::HeapCache
437 ssize_t i = mHeapCache.indexOfKey(binder); in find_heap()
439 heap_info_t& info = mHeapCache.editValueAt(i); in find_heap()
455 mHeapCache.add(binder, info); in find_heap()
469 ssize_t i = mHeapCache.indexOfKey(binder); in free_heap()
480 rel = mHeapCache.valueAt(i).heap; in free_heap()
481 mHeapCache.removeItemsAt(i); in free_heap()
493 ssize_t i = mHeapCache.indexOfKey(binder); in get_heap()
494 if (i>=0) realHeap = mHeapCache.valueAt(i).heap; in get_heap()
502 int c = mHeapCache.size(); in dump_heaps()
[all …]