Searched refs:FreePtr (Results 1 – 3 of 3) sorted by relevance
586 _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()
436 return _fd_ntfy_pool.FreePtr(obj); in FreeNtfyObj()441 return _udp_proxy_pool.FreePtr(proxy); in FreeNtfyObj()
282 void FreePtr(ValueType* ptr) { in FreePtr() function