|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Public Member Functions | |
| stores_list (ui32 available_bytes) | |
Static Public Member Functions | |
| static ui32 | eval_store_bytes (ui32 available_bytes) |
Public Attributes | |
| stores_list * | next_store |
| ui32 | available |
| ui8 * | data |
Definition at line 215 of file ojph_mem.h.
|
inline |
Definition at line 217 of file ojph_mem.h.
References available, data, and next_store.
|
inlinestatic |
Definition at line 223 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer().
| ui32 ojph::mem_elastic_allocator::stores_list::available |
Definition at line 228 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), and stores_list().
| ui8* ojph::mem_elastic_allocator::stores_list::data |
Definition at line 229 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 227 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), stores_list(), and ojph::mem_elastic_allocator::~mem_elastic_allocator().