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

Method asio_handler_allocate

test/latency/udp_server.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 udp_server* p_;
74
75 friend void* asio_handler_allocate(std::size_t n, ref* r)
76 {
77 return asio_handler_allocate(n, r->p_);
78 }
79
80 friend void asio_handler_deallocate(void* p, std::size_t n, ref* r)
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected