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

Method asio_handler_deallocate

test/latency/udp_server.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 friend void asio_handler_deallocate(void* p, std::size_t, udp_server* s)
56 {
57 s->allocator_.deallocate(p);
58 }
59
60 struct ref
61 {

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.45

Tested by

no test coverage detected