Skip to content

Add mechanism to set custom malloc/realloc/free implementations

Even Rouault requested to merge rouault/poppler:pluggable_mem_alloc into master

The motivation is to be able in particular to limit allocations done by malloc/realloc well before the operating system would reject them.

Merge request reports