Home
last modified time | relevance | path

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

/frameworks/base/libs/binder/
DIMemory.cpp67 static sp<HeapCache> gHeapCache = new HeapCache(); variable
92 return gHeapCache->find_heap(binder); in find_heap()
95 gHeapCache->free_heap(binder); in free_heap()
98 return gHeapCache->get_heap(binder); in get_heap()
101 gHeapCache->dump_heaps(); in dump_heaps()
104 gHeapCache->pin_heap(const_cast<BpMemoryHeap*>(this)->asBinder()); in pin_heap()