Method

VipsBufset_dynamic

Declaration [src]

void
vips_buf_set_dynamic (
  VipsBuf* buf,
  int mx
)

Description [src]

Attach the buffer to a heap memory area. The buffer needs to have been initialised. The memory area needs to be at least 4 bytes long.

Parameters

mx

Type: int

The size of the storage area.