#include "asio/detail/push_options.hpp"
#include <cstddef>
#include <boost/config.hpp>
#include "asio/detail/pop_options.hpp"
Go to the source code of this file.
Namespaces | |
namespace | asio |
Functions | |
void * | asio::asio_handler_allocate (std::size_t size,...) |
Default allocation function for handlers. | |
void | asio::asio_handler_deallocate (void *pointer, std::size_t size,...) |
Default deallocation function for handlers. |