#include <decoder_allocators.hpp>
Definition at line 53 of file decoder_allocators.hpp.
◆ shared_message_memory_allocator() [1/2]
zmq::shared_message_memory_allocator::shared_message_memory_allocator |
( |
std::size_t |
bufsize_ | ) |
|
|
explicit |
◆ shared_message_memory_allocator() [2/2]
zmq::shared_message_memory_allocator::shared_message_memory_allocator |
( |
std::size_t |
bufsize_, |
|
|
std::size_t |
max_messages_ |
|
) |
| |
◆ ~shared_message_memory_allocator()
zmq::shared_message_memory_allocator::~shared_message_memory_allocator |
( |
| ) |
|
◆ advance_content()
void zmq::shared_message_memory_allocator::advance_content |
( |
| ) |
|
|
inline |
◆ allocate()
unsigned char * zmq::shared_message_memory_allocator::allocate |
( |
| ) |
|
◆ buffer()
unsigned char* zmq::shared_message_memory_allocator::buffer |
( |
| ) |
|
|
inline |
◆ call_dec_ref()
void zmq::shared_message_memory_allocator::call_dec_ref |
( |
void * |
, |
|
|
void * |
hint_ |
|
) |
| |
|
static |
◆ clear()
void zmq::shared_message_memory_allocator::clear |
( |
| ) |
|
|
private |
◆ data()
unsigned char * zmq::shared_message_memory_allocator::data |
( |
| ) |
|
◆ deallocate()
void zmq::shared_message_memory_allocator::deallocate |
( |
| ) |
|
◆ inc_ref()
void zmq::shared_message_memory_allocator::inc_ref |
( |
| ) |
|
◆ provide_content()
◆ release()
unsigned char * zmq::shared_message_memory_allocator::release |
( |
| ) |
|
◆ resize()
void zmq::shared_message_memory_allocator::resize |
( |
std::size_t |
new_size_ | ) |
|
|
inline |
◆ size()
std::size_t zmq::shared_message_memory_allocator::size |
( |
| ) |
const |
◆ _buf
unsigned char* zmq::shared_message_memory_allocator::_buf |
|
private |
◆ _buf_size
std::size_t zmq::shared_message_memory_allocator::_buf_size |
|
private |
◆ _max_counters
std::size_t zmq::shared_message_memory_allocator::_max_counters |
|
private |
◆ _max_size
const std::size_t zmq::shared_message_memory_allocator::_max_size |
|
private |
◆ _msg_content
The documentation for this class was generated from the following files: