Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.h123 _max_buf_size = buff_size; in MsgBufMap()
131 _max_buf_size = buff_size; in MsgBufMap()
155 ptr = new MtMsgBuf(_max_buf_size); in GetMsgBuf()
172 return _max_buf_size; in HashValue()
176 return this->_max_buf_size - (int)rhs->HashValue(); in HashCmp()
181 int _max_buf_size; variable