Function

Vipstracked_get_mem_highwater

since: 8.0

Declaration [src]

size_t
vips_tracked_get_mem_highwater (
  void
)

Description [src]

Returns the largest number of bytes simultaneously allocated via vips_tracked_malloc(). Handy for estimating max memory requirements for a program.

Available since: 8.0

Return value

Type: size_t

The largest number of currently allocated bytes.