MCPcopy Create free account
hub / github.com/boostorg/asio / asio_handler_deallocate

Method asio_handler_deallocate

test/latency/udp_server.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 friend void asio_handler_deallocate(void* p, std::size_t n, ref* r)
81 {
82 asio_handler_deallocate(p, n, r->p_);
83 }
84 };
85
86private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected