Function

Gummemory_allocate

Declaration [src]

gpointer
gum_memory_allocate (
  gpointer address,
  gsize size,
  gsize alignment,
  GumPageProtection prot
)

Description

No description available.

Parameters

address

Type: gpointer

No description available.

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

Type: gsize

No description available.

alignment

Type: gsize

No description available.

prot

Type: GumPageProtection

No description available.

Return value

Type: gpointer

No description available.

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