Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp1874 uint16_t GetMaxUsedBufferCount(void) const { return mMaxAllocated; } in GetMaxUsedBufferCount()
1881 void ResetMaxUsedBufferCount(void) { mMaxAllocated = mNumAllocated; } in ResetMaxUsedBufferCount()
1892 uint16_t mMaxAllocated; member in ot::MessagePool
Dmessage.cpp54 , mMaxAllocated(0) in MessagePool()
121 mMaxAllocated = Max(mMaxAllocated, mNumAllocated); in NewBuffer()