Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_connection.cpp586 _mem_queue.FreePtr(conn); in FreeTcpKeepConn()
594 _mem_queue.FreePtr(conn); in FreeTcpKeepConn()
752 return _udp_short_queue.FreePtr(dynamic_cast<UdpShortConn*>(conn)); in FreeConnection()
761 return _udp_session_queue.FreePtr(dynamic_cast<UdpSessionConn*>(conn)); in FreeConnection()
H A Dmt_notify.cpp436 return _fd_ntfy_pool.FreePtr(obj); in FreeNtfyObj()
441 return _udp_proxy_pool.FreePtr(proxy); in FreeNtfyObj()
H A Dmt_notify.h282 void FreePtr(ValueType* ptr) { in FreePtr() function