Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/common/
Dmessage.hpp1767 uint16_t GetMaxUsedBufferCount(void) const { return mMaxAllocated; } in GetMaxUsedBufferCount()
1775 void ResetMaxUsedBufferCount(void) { mMaxAllocated = mNumAllocated; } in ResetMaxUsedBufferCount()
1786 uint16_t mMaxAllocated; member in ot::MessagePool
Dmessage.cpp64 , mMaxAllocated(0) in MessagePool()
129 mMaxAllocated = Max(mMaxAllocated, mNumAllocated); in NewBuffer()