Function

Vipstracked_get_mem

Declaration [src]

size_t
vips_tracked_get_mem (
  void
)

Description [src]

Returns the number of bytes currently allocated via vips_malloc() and friends. vips uses this figure to decide when to start dropping cache, see VipsOperation.

Return value

Returns: size_t
 

The number of currently allocated bytes.