Method

GumCodeAllocatortry_alloc_slice_near

Declaration [src]

GumCodeSlice*
gum_code_allocator_try_alloc_slice_near (
  GumCodeAllocator* self,
  const GumAddressSpec* spec,
  gsize alignment
)

Description

No description available.

Parameters

spec

Type: GumAddressSpec

No description available.

The data is owned by the caller of the method.
alignment

Type: gsize

No description available.

Return value

Type: GumCodeSlice

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.