Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_connection.cpp507 conn = _mem_queue.AllocPtr(); in GetTcpKeepConn()
723 return _udp_short_queue.AllocPtr(); in GetConnection()
731 return _udp_session_queue.AllocPtr(); in GetConnection()
H A Dmt_notify.cpp393 obj = _fd_ntfy_pool.AllocPtr(); in GetNtfyObj()
397 proxy = _udp_proxy_pool.AllocPtr(); in GetNtfyObj()
H A Dmt_notify.h269 ValueType* AllocPtr() { in AllocPtr() function