Vips::Stats
Instance methods
mem
Get the number of bytes currently allocated vips_malloc() and friends.
libvips uses this figure to decide when to start dropping cache.
mem_highwater
Returns the largest number of bytes simultaneously allocated via vips_tracked_malloc(). Handy for estimating max memory requirements for a program.