Function

GumCallocDbgFunc

Declaration

gpointer
(* GumCallocDbgFunc) (
  gsize num,
  gsize size,
  gint block_type,
  const gchar* filename,
  gint linenumber
)

Description

No description available.

Parameters

num

Type: gsize

No description available.

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.