Searched refs:min_request (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop = (size_t) (MAX_ALLOC_CHUNK-min_request);
299 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop);
306 mem->total_space_allocated += min_request + slop;

Completed in 64 milliseconds