Function
Vipstracked_malloc
Declaration [src]
void*
vips_tracked_malloc (
size_t size
)
Description [src]
Allocate an area of memory that will be tracked by vips_tracked_get_mem()
and friends.
If allocation fails, vips_tracked_malloc()
returns NULL
and
sets an error message.
You must only free the memory returned with vips_tracked_free()
.
See also