#include <decoder_allocators.hpp>
Definition at line 16 of file decoder_allocators.hpp.
◆ c_single_allocator()
zmq::c_single_allocator::c_single_allocator |
( |
std::size_t |
bufsize_ | ) |
|
|
inlineexplicit |
◆ ~c_single_allocator()
zmq::c_single_allocator::~c_single_allocator |
( |
| ) |
|
|
inline |
◆ allocate()
unsigned char* zmq::c_single_allocator::allocate |
( |
| ) |
|
|
inline |
◆ deallocate()
void zmq::c_single_allocator::deallocate |
( |
| ) |
|
|
inline |
◆ resize()
void zmq::c_single_allocator::resize |
( |
std::size_t |
new_size_ | ) |
|
|
inline |
◆ size()
std::size_t zmq::c_single_allocator::size |
( |
| ) |
const |
|
inline |
◆ _buf
unsigned char* zmq::c_single_allocator::_buf |
|
private |
◆ _buf_size
std::size_t zmq::c_single_allocator::_buf_size |
|
private |
The documentation for this class was generated from the following file: