Functions | |
| template<typename Handler> | |
| void * | allocate (std::size_t s, Handler *h) |
| template<typename Handler> | |
| void | deallocate (void *p, std::size_t s, Handler *h) |
| void* asio_handler_alloc_helpers::allocate | ( | std::size_t | s, | |
| Handler * | h | |||
| ) | [inline] |
Definition at line 33 of file handler_alloc_helpers.hpp.
References asio::detail::asio_handler_allocate().
Referenced by asio::detail::asio_handler_allocate().
| void asio_handler_alloc_helpers::deallocate | ( | void * | p, | |
| std::size_t | s, | |||
| Handler * | h | |||
| ) | [inline] |
Definition at line 44 of file handler_alloc_helpers.hpp.
References asio::detail::asio_handler_deallocate().
Referenced by asio::detail::asio_handler_deallocate(), asio::detail::handler_ptr< Alloc_Traits >::reset(), and asio::detail::raw_handler_ptr< Alloc_Traits >::~raw_handler_ptr().
1.5.6