Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_mbuf_pool.cpp31 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 MsgBuffPool
57 MsgBuffPool::~MsgBuffPool() in ~MsgBuffPool()
78 MtMsgBuf* MsgBuffPool::GetMsgBuf(int max_size) in GetMsgBuf()
110 void MsgBuffPool::FreeMsgBuf(MtMsgBuf* msg_buf) in FreeMsgBuf()
H A Dmt_mbuf_pool.h186 class MsgBuffPool
190 static MsgBuffPool* Instance (void);
202 ~MsgBuffPool();
206 explicit MsgBuffPool(int max_free = 300);
208 static MsgBuffPool * _instance;
H A Dmt_notify.cpp137 _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()
H A Dmt_action.cpp69 MsgBuffPool* msgmgr = MsgBuffPool::Instance(); in InitConnEnv()
H A Dmt_connection.cpp55 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in ~IMtConnection()
68 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in Reset()