Function

Gummemory_allocate_near

Declaration [src]

gpointer
gum_memory_allocate_near (
  const GumAddressSpec* spec,
  gsize size,
  gsize alignment,
  GumPageProtection prot
)

Description

No description available.

Parameters

spec

Type: GumAddressSpec

No description available.

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.