Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/common/
Dmessage.hpp1763 uint16_t GetMaxUsedBufferCount(void) const { return mMaxAllocated; } in GetMaxUsedBufferCount()
1771 void ResetMaxUsedBufferCount(void) { mMaxAllocated = mNumAllocated; } in ResetMaxUsedBufferCount()
1782 uint16_t mMaxAllocated; member in ot::MessagePool
Dmessage.cpp68 , mMaxAllocated(0) in MessagePool()
133 mMaxAllocated = Max(mMaxAllocated, mNumAllocated); in NewBuffer()