OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Public Member Functions | |
stores_list (ui32 chunk_size) | |
Public Attributes | |
stores_list * | next_store |
ui32 | available |
char * | data |
Definition at line 200 of file ojph_mem.h.
|
inline |
Definition at line 202 of file ojph_mem.h.
References available, data, and next_store.
ui32 ojph::mem_elastic_allocator::stores_list::available |
Definition at line 209 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), and stores_list().
char* ojph::mem_elastic_allocator::stores_list::data |
Definition at line 210 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), and stores_list().
stores_list* ojph::mem_elastic_allocator::stores_list::next_store |
Definition at line 208 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), stores_list(), and ojph::mem_elastic_allocator::~mem_elastic_allocator().