#include "jinclude.h"
#include "jpeglib.h"
#include "jmemsys.h"
Go to the source code of this file.
|
| access_virt_barray (j_common_ptr cinfo, jvirt_barray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable) |
|
| access_virt_sarray (j_common_ptr cinfo, jvirt_sarray_ptr ptr, JDIMENSION start_row, JDIMENSION num_rows, boolean writable) |
|
| alloc_barray (j_common_ptr cinfo, int pool_id, JDIMENSION blocksperrow, JDIMENSION numrows) |
|
| alloc_large (j_common_ptr cinfo, int pool_id, size_t sizeofobject) |
|
| alloc_sarray (j_common_ptr cinfo, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows) |
|
| alloc_small (j_common_ptr cinfo, int pool_id, size_t sizeofobject) |
|
| do_barray_io (j_common_ptr cinfo, jvirt_barray_ptr ptr, boolean writing) |
|
| do_sarray_io (j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) |
|
| free_pool (j_common_ptr cinfo, int pool_id) |
|
| jinit_memory_mgr (j_common_ptr cinfo) |
|
| out_of_memory (j_common_ptr cinfo, int which) |
|
| realize_virt_arrays (j_common_ptr cinfo) |
|
| request_virt_barray (j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION blocksperrow, JDIMENSION numrows, JDIMENSION maxaccess) |
|
| request_virt_sarray (j_common_ptr cinfo, int pool_id, boolean pre_zero, JDIMENSION samplesperrow, JDIMENSION numrows, JDIMENSION maxaccess) |
|
| self_destruct (j_common_ptr cinfo) |
|
◆ ALIGN_TYPE
#define ALIGN_TYPE double |
◆ AM_MEMORY_MANAGER
#define AM_MEMORY_MANAGER /* we define jvirt_Xarray_control structs */ |
◆ JPEG_INTERNALS
◆ MIN_SLOP
#define MIN_SLOP 50 /* greater than 0 to avoid futile looping */ |
◆ large_pool_hdr
◆ large_pool_ptr
◆ my_mem_ptr
◆ small_pool_hdr
◆ small_pool_ptr
◆ access_virt_barray()
◆ access_virt_sarray()
◆ alloc_barray()
◆ alloc_large()
◆ alloc_sarray()
◆ alloc_small()
◆ do_barray_io()
◆ do_sarray_io()
◆ free_pool()
◆ jinit_memory_mgr()
◆ out_of_memory()
◆ realize_virt_arrays()
◆ request_virt_barray()
◆ request_virt_sarray()
◆ self_destruct()
◆ extra_pool_slop
◆ first_pool_slop