Function

GumReallocFunc

Declaration

gpointer
(* GumReallocFunc) (
  gpointer old_address,
  gsize new_size
)

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.

Return value

Type: gpointer

No description available.

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