![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include <decoder_allocators.hpp>


Public Member Functions | |
| c_single_allocator (std::size_t bufsize_) | |
| ~c_single_allocator () | |
| unsigned char * | allocate () |
| void | deallocate () |
| void | resize (std::size_t new_size) |
| std::size_t | size () const |
Private Member Functions | |
| c_single_allocator (c_single_allocator const &) | |
| c_single_allocator & | operator= (c_single_allocator const &) |
Private Attributes | |
| unsigned char * | buf |
| std::size_t | bufsize |
Definition at line 43 of file decoder_allocators.hpp.
|
inlineexplicit |
Definition at line 46 of file decoder_allocators.hpp.
References alloc_assert, and buf.
|
inline |
Definition at line 53 of file decoder_allocators.hpp.
References buf.
|
private |
|
inline |
Definition at line 58 of file decoder_allocators.hpp.
References buf.
|
inline |
Definition at line 63 of file decoder_allocators.hpp.
|
private |
|
inline |
Definition at line 72 of file decoder_allocators.hpp.
References bufsize.
|
inline |
Definition at line 67 of file decoder_allocators.hpp.
References bufsize.
|
private |
Definition at line 78 of file decoder_allocators.hpp.
Referenced by allocate(), zmq::shared_message_memory_allocator::buffer(), c_single_allocator(), and ~c_single_allocator().
|
private |
Definition at line 77 of file decoder_allocators.hpp.
Referenced by resize(), zmq::shared_message_memory_allocator::resize(), and size().