|
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 200 of file ojph_mem.h.
|
inline |
Definition at line 202 of file ojph_mem.h.
References available, data, and next_store.
|
inlinestatic |
Definition at line 208 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer().
| ui32 ojph::mem_elastic_allocator::stores_list::available |
Definition at line 213 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 214 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 212 of file ojph_mem.h.
Referenced by ojph::mem_elastic_allocator::get_buffer(), stores_list(), and ojph::mem_elastic_allocator::~mem_elastic_allocator().