Function

Gummemdup

Declaration [src]

gpointer
gum_memdup (
  gconstpointer mem,
  gsize byte_size
)

Description

No description available.

Parameters

mem

Type: gconstpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
byte_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.