Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp59 std::array<BufferDetails, 2048> allocated_buffers; variable
61 static_assert((allocated_buffers.size() & (allocated_buffers.size() - 1)) == 0);
166 idx %= allocated_buffers.size(); in allocate()
169 allocated_buffers[idx] = in allocate()
229 …for (int i = 0; i < std::min(total_allocated, static_cast<uint64_t>(allocated_buffers.size())); i+… in dump()
230 const auto& [name, buffer_id, inodes, format, usage, width, height] = allocated_buffers[i]; in dump()