Function
GumReallocDbgFunc
Declaration
gpointer
(* GumReallocDbgFunc) (
gpointer old_address,
gsize new_size,
gint block_type,
const gchar* filename,
gint linenumber
)
Parameters
old_address-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. new_size-
Type:
gsizeNo description available.
block_type-
Type:
gintNo description available.
filename-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. linenumber-
Type:
gintNo description available.