Function

GumReallocDbgFunc

Declaration

gpointer
(* GumReallocDbgFunc) (
  gpointer old_address,
  gsize new_size,
  gint block_type,
  const gchar* filename,
  gint linenumber
)

Description

No description available.

Parameters

old_address

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
new_size

Type: gsize

No description available.

block_type

Type: gint

No 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: gint

No description available.

Return value

Type: gpointer

No description available.

The data is owned by the called function.
The return value can be NULL.