Home
last modified time | relevance | path

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

/openthread-latest/src/core/instance/
Dinstance.cpp508 void Instance::ResetBufferInfo(void) { Get<MessagePool>().ResetMaxUsedBufferCount(); } in ResetBufferInfo()
/openthread-latest/src/core/common/
Dmessage.hpp1881 void ResetMaxUsedBufferCount(void) { mMaxAllocated = mNumAllocated; } in ResetMaxUsedBufferCount() function in ot::MessagePool