Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIMemory.cpp71 static sp<HeapCache> gHeapCache = sp<HeapCache>::make(); variable
97 return gHeapCache->find_heap(binder); in find_heap()
100 gHeapCache->free_heap(binder); in free_heap()
103 return gHeapCache->get_heap(binder); in get_heap()
106 gHeapCache->dump_heaps(); in dump_heaps()