Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIMemory.cpp67 static sp<HeapCache> gHeapCache = new HeapCache(); variable
93 return gHeapCache->find_heap(binder); in find_heap()
96 gHeapCache->free_heap(binder); in free_heap()
99 return gHeapCache->get_heap(binder); in get_heap()
102 gHeapCache->dump_heaps(); in dump_heaps()