Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h121 m_totalAllocated += size; in AllocateAligned()
127 …rena Alloc %d 0x%llx bytes - 0x%llx total\n", ++count, uint64_t(size), uint64_t(m_totalAllocated)); in AllocateAligned()
167 m_totalAllocated -= pBlock->blockSize; in FreeOldBlocks()
360 size_t m_totalAllocated = 0; member