Searched refs:allocated_buffers (Results 1 – 1 of 1) sorted by relevance
59 std::array<BufferDetails, 2048> allocated_buffers; variable61 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()