Home
last modified time | relevance | path

Searched refs:max_single_mem_alloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_open.c88 tmsize_t max_single_mem_alloc) in TIFFOpenOptionsSetMaxSingleMemAlloc() argument
90 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;
H A Dtiffiop.h245 tmsize_t max_single_mem_alloc; /* in bytes. 0 for unlimited */ member
H A Dtiffio.h509 tmsize_t max_single_mem_alloc);