Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp72 static sp<HeapCache> gHeapCache = new HeapCache(); variable
98 return gHeapCache->find_heap(binder); in find_heap()
101 gHeapCache->free_heap(binder); in free_heap()
104 return gHeapCache->get_heap(binder); in get_heap()
107 gHeapCache->dump_heaps(); in dump_heaps()