Lines Matching refs:allocated
253 a bunch of subsidiary structures which are allocated via malloc(), but the
256 whole JPEG compression sequence. Otherwise it can be static or allocated
474 If you allocated the jpeg_compress_struct structure from malloc(), freeing
1069 comp_info[] array is allocated by jpeg_set_defaults(); if you choose not
1757 markers, but these are handled specially: they are either saved into allocated
2113 can cause more memory to be allocated by the library. Although the amount
2861 Some data is allocated "permanently" and will not be freed until the JPEG
2862 object is destroyed. Most data is allocated "per image" and is freed by
2894 that space allocated with alloc_small() is ignored, on the assumption that
2933 This does not count any memory allocated by the application, such as a
3087 There is also about 5Kb-6Kb of constant data which will be allocated in the
3093 of the I/O buffers allocated by jdatasrc.c and jdatadst.c, say from 4K to