Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.cpp482 aInfo.mMaxUsedBuffers = Get<MessagePool>().GetMaxUsedBufferCount(); in GetBufferInfo()
/openthread-latest/src/core/common/
Dmessage.hpp1874 uint16_t GetMaxUsedBufferCount(void) const { return mMaxAllocated; } in GetMaxUsedBufferCount() function in ot::MessagePool