Searched refs:m_totalAllocated (Results 1 – 1 of 1) sorted by relevance
120 m_totalAllocated += size; in AllocateAligned()126 …rena Alloc %d 0x%llx bytes - 0x%llx total\n", ++count, uint64_t(size), uint64_t(m_totalAllocated)); in AllocateAligned()169 m_totalAllocated -= pBlock->blockSize; in FreeOldBlocks()363 size_t m_totalAllocated = 0; member