Searched refs:max_single_mem_alloc (Results 1 – 3 of 3) sorted by relevance
88 tmsize_t max_single_mem_alloc) in TIFFOpenOptionsSetMaxSingleMemAlloc() argument90 opts->max_single_mem_alloc = max_single_mem_alloc; in TIFFOpenOptionsSetMaxSingleMemAlloc()223 if (opts && opts->max_single_mem_alloc > 0 &&224 size_to_alloc > opts->max_single_mem_alloc)231 (uint64_t)opts->max_single_mem_alloc);263 tif->tif_max_single_mem_alloc = opts->max_single_mem_alloc;
245 tmsize_t max_single_mem_alloc; /* in bytes. 0 for unlimited */ member
509 tmsize_t max_single_mem_alloc);