HomeSort by relevance Sort by last modified time
    Searched full:max_alloc_chunk (Results 1 - 18 of 18) sorted by null

  /external/jpeg/
jconfig.bcc 26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
jconfig.mc6 24 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L
jmemmgr.c 266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
294 /* Don't ask for more than MAX_ALLOC_CHUNK */
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
387 * without exceeding MAX_ALLOC_CHUNK total bytes per allocation request.
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
    [all...]
jmemdos.c 84 #if MAX_ALLOC_CHUNK >= 65535L /* make sure jconfig.h got this right */
85 MAX_ALLOC_CHUNK should be less than 64K. /* deliberate syntax error */
249 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
265 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
install.doc 340 If the programs complain "MAX_ALLOC_CHUNK is wrong, please fix", then you
341 need to reduce MAX_ALLOC_CHUNK to a value that fits in type size_t.
342 Try adding "#define MAX_ALLOC_CHUNK 65520L" to jconfig.h. A less likely
    [all...]
jerror.h 45 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
jdmarker.c     [all...]
jpeglib.h 866 long max_alloc_chunk; member in struct:jpeg_memory_mgr
    [all...]
  /external/qemu/distrib/jpeg-6b/
jconfig.bcc 26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
jconfig.mc6 24 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
jmemsys.h 66 * The macro MAX_ALLOC_CHUNK designates the maximum number of bytes that may
73 * NB: jmemmgr.c expects that MAX_ALLOC_CHUNK will be representable as type
77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L
jmemmgr.c 266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
294 /* Don't ask for more than MAX_ALLOC_CHUNK */
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request);
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)))
387 * without exceeding MAX_ALLOC_CHUNK total bytes per allocation request.
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
    [all...]
jmemdos.c 84 #if MAX_ALLOC_CHUNK >= 65535L /* make sure jconfig.h got this right */
85 MAX_ALLOC_CHUNK should be less than 64K. /* deliberate syntax error */
249 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
265 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
install.doc 340 If the programs complain "MAX_ALLOC_CHUNK is wrong, please fix", then you
341 need to reduce MAX_ALLOC_CHUNK to a value that fits in type size_t.
342 Try adding "#define MAX_ALLOC_CHUNK 65520L" to jconfig.h. A less likely
    [all...]
jerror.h 45 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
jdmarker.c     [all...]
jpeglib.h 866 long max_alloc_chunk; member in struct:jpeg_memory_mgr
    [all...]

Completed in 598 milliseconds