jpeg_memory_mgr

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

access_virt_barray
JBLOCKARRAY function(j_common_ptr cinfo, jvirt_barray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable) access_virt_barray;
Undocumented in source.
access_virt_sarray
JSAMPARRAY function(j_common_ptr cinfo, jvirt_sarray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable) access_virt_sarray;
Undocumented in source.
alloc_barray
JBLOCKARRAY function(j_common_ptr cinfo, int pool_id, JDIMENSION blocksperrow, JDIMENSION numrows) alloc_barray;
Undocumented in source.
alloc_large
void* function(j_common_ptr cinfo, int pool_id, size_t sizeofobject) alloc_large;
Undocumented in source.
alloc_sarray
JSAMPARRAY function(j_common_ptr cinfo, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows) alloc_sarray;
Undocumented in source.
alloc_small
void* function(j_common_ptr cinfo, int pool_id, size_t sizeofobject) alloc_small;
Undocumented in source.
free_pool
void function(j_common_ptr cinfo, int pool_id) free_pool;
Undocumented in source.
max_alloc_chunk
int max_alloc_chunk;
Undocumented in source.
max_memory_to_use
int max_memory_to_use;
Undocumented in source.
realize_virt_arrays
void function(j_common_ptr cinfo) realize_virt_arrays;
Undocumented in source.
request_virt_barray
jvirt_barray_ptr function(j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION blocksperrow, JDIMENSION numrows, JDIMENSION maxaccess) request_virt_barray;
Undocumented in source.
request_virt_sarray
jvirt_sarray_ptr function(j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION samplesperrow, JDIMENSION numrows, JDIMENSION maxaccess) request_virt_sarray;
Undocumented in source.
self_destruct
void function(j_common_ptr cinfo) self_destruct;
Undocumented in source.

Meta