alias Gio::ReallocFunc
Overview
Changes the size of the memory block pointed to by data to size bytes.
The function should have the same semantics as realloc().
Alias Definition
Pointer(Void), UInt64 -> Pointer(Void)
Changes the size of the memory block pointed to by data to size bytes.
The function should have the same semantics as realloc().
Pointer(Void), UInt64 -> Pointer(Void)