| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected