Searched refs:mWastedSpace (Results 1 – 2 of 2) sorted by relevance
122 , mWastedSpace(0) in LinearAllocator()161 mWastedSpace += mPageSize; in ensureNext()189 mWastedSpace -= size; in alloc()233 mWastedSpace += allocSize; in rewindIfLastAlloc()265 prettySuffix = toSize(mWastedSpace, prettySize); in dumpMemoryStats()267 (float) mWastedSpace / (float) mTotalAllocated * 100.0f); in dumpMemoryStats()
102 size_t usedSize() const { return mTotalAllocated - mWastedSpace; } in usedSize()132 size_t mWastedSpace; variable