realloc v0.1.0

Source
Changes the size of the memory block pointed to by ptr to size bytes.

Package: C

C reference: realloc

Signature

func realloc(ptr: *opaque, size: uint) -> *opaque;

See also

  • C — the package overview