ReallocFunc
Description:
Changes the size of the memory block pointed to by data
to size
bytes.
The function should have the same semantics as realloc
.
Parameters:
data |
memory block to reallocate |
size |
size to reallocate |
Returns:
a pointer to the reallocated memory |
Namespace: GLib
Package: gio-2.0