Searched refs:alloc_rec_t (Results 1 – 3 of 3) sorted by relevance
42 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;56 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()64 const alloc_rec_t& rec(list.valueAt(i)); in dump()121 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in allocate()123 alloc_rec_t rec; in allocate()153 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
60 struct alloc_rec_t { struct72 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList; argument