Home
last modified time | relevance | path

Searched refs:MAX_ALLOC_CHUNK (Results 1 – 12 of 12) sorted by relevance

/external/jpeg/
Djmemsys.h77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L macro
Djmemmgr.c266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr))) in alloc_small()
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request)) in alloc_small()
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request); in alloc_small()
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr))) in alloc_large()
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
1051 test_mac = (size_t) MAX_ALLOC_CHUNK; in jinit_memory_mgr()
1052 if ((long) test_mac != MAX_ALLOC_CHUNK || in jinit_memory_mgr()
1053 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
1080 mem->pub.max_alloc_chunk = MAX_ALLOC_CHUNK; in jinit_memory_mgr()
Djconfig.bcc26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
Djconfig.mc624 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
Djmemdos.c84 #if MAX_ALLOC_CHUNK >= 65535L /* make sure jconfig.h got this right */
85 MAX_ALLOC_CHUNK should be less than 64K. /* deliberate syntax error */
Dinstall.doc340 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
767 MAX_ALLOC_CHUNK to less than 64K (65520L is a typical value). If your
769 MAX_ALLOC_CHUNK to whatever it can handle.
774 MAX_ALLOC_CHUNK in jconfig.h, because most DOS C libraries won't malloc()
906 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
968 NEED_FAR_POINTERS and MAX_ALLOC_CHUNK). Beware that makefile.bcc will need
/external/qemu/distrib/jpeg-6b/
Djmemsys.h77 #ifndef MAX_ALLOC_CHUNK /* may be overridden in jconfig.h */
78 #define MAX_ALLOC_CHUNK 1000000000L macro
Djmemmgr.c266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr))) in alloc_small()
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request)) in alloc_small()
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request); in alloc_small()
350 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr))) in alloc_large()
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_sarray()
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) / in alloc_barray()
1051 test_mac = (size_t) MAX_ALLOC_CHUNK; in jinit_memory_mgr()
1052 if ((long) test_mac != MAX_ALLOC_CHUNK || in jinit_memory_mgr()
1053 (MAX_ALLOC_CHUNK % SIZEOF(ALIGN_TYPE)) != 0) in jinit_memory_mgr()
1080 mem->pub.max_alloc_chunk = MAX_ALLOC_CHUNK; in jinit_memory_mgr()
Djconfig.bcc26 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
Djconfig.mc624 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
Djmemdos.c84 #if MAX_ALLOC_CHUNK >= 65535L /* make sure jconfig.h got this right */
85 MAX_ALLOC_CHUNK should be less than 64K. /* deliberate syntax error */
Dinstall.doc340 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
767 MAX_ALLOC_CHUNK to less than 64K (65520L is a typical value). If your
769 MAX_ALLOC_CHUNK to whatever it can handle.
774 MAX_ALLOC_CHUNK in jconfig.h, because most DOS C libraries won't malloc()
906 #define MAX_ALLOC_CHUNK 65520L /* Maximum request to malloc() */
968 NEED_FAR_POINTERS and MAX_ALLOC_CHUNK). Beware that makefile.bcc will need