Home
last modified time | relevance | path

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

/external/angle/src/common/
DPoolAlloc.h170 size_t mTotalBytes; // just an interesting statistic variable
DPoolAlloc.cpp169 mTotalBytes(0), in PoolAllocator()
356 mTotalBytes += numBytes; in allocate()
/external/openthread/include/openthread/
Dmessage.h281 uint32_t mTotalBytes; ///< Total number of bytes used by all messages in the queue. member
/external/openthread/src/core/common/
Dmessage.cpp854 aInfo.mTotalBytes += message.GetLength(); in GetInfo()
1012 aInfo.mTotalBytes += message.GetLength(); in GetInfo()
/external/openthread/src/cli/
Dcli.cpp987 … (bufferInfo.*info.mQueuePtr).mNumBuffers, (bufferInfo.*info.mQueuePtr).mTotalBytes); in Process()