Handbook
Glossary
g_try_realloc ( mem n_bytes -- gpointer )
Vocabulary
glib
.
ffi
Inputs
mem
an
object
n_bytes
an
object
Outputs
gpointer
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gpointer
g_try_realloc
(
gpointer
mem,
gulong
n_bytes )