Searched refs:MsgBuffPool (Results 1 – 5 of 5) sorted by relevance
31 MsgBuffPool* MsgBuffPool::_instance = NULL;32 MsgBuffPool* MsgBuffPool::Instance (void) in Instance()36 _instance = new MsgBuffPool; in Instance()42 void MsgBuffPool::Destroy() in Destroy()51 MsgBuffPool::MsgBuffPool(int max_free) in MsgBuffPool() function in MsgBuffPool57 MsgBuffPool::~MsgBuffPool() in ~MsgBuffPool()78 MtMsgBuf* MsgBuffPool::GetMsgBuf(int max_size) in GetMsgBuf()110 void MsgBuffPool::FreeMsgBuf(MtMsgBuf* msg_buf) in FreeMsgBuf()
186 class MsgBuffPool190 static MsgBuffPool* Instance (void);202 ~MsgBuffPool();206 explicit MsgBuffPool(int max_free = 300);208 static MsgBuffPool * _instance;
137 _msg_buff = MsgBuffPool::Instance()->GetMsgBuf(this->GetMsgBuffSize()); in InputNotify()182 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()192 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()203 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify()209 MsgBuffPool::Instance()->FreeMsgBuf(msg); in InputNotify()
69 MsgBuffPool* msgmgr = MsgBuffPool::Instance(); in InitConnEnv()
55 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in ~IMtConnection()68 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in Reset()