Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp54 uint64_t total_allocated = 0; variable
179 total_allocated++; in allocate()
229 …for (int i = 0; i < std::min(total_allocated, static_cast<uint64_t>(allocated_buffers.size())); i+… in dump()