Skip to content

Add TIFFOpenOptionsSetMaxCumulatedMemAlloc()

This function complements TIFFOpenOptionsSetMaxSingleMemAlloc() to define the maximum cumulated memory allocations in byte, for a given TIFF handle, that libtiff internal memory allocation functions are allowed.

Merge request reports