Searched refs:alloc_rec_t (Results 1 – 2 of 2) sorted by relevance
35 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;46 std::unordered_map<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()55 const alloc_rec_t& rec = it.second; in dump()105 std::unordered_map<buffer_handle_t, alloc_rec_t>& list(sAllocList); in allocate()107 alloc_rec_t rec; in allocate()133 std::unordered_map<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
48 struct alloc_rec_t { struct59 static std::unordered_map<buffer_handle_t, alloc_rec_t> sAllocList; argument