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.
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.