Method
GumCodeAllocatortry_alloc_slice_near
Declaration [src]
GumCodeSlice*
gum_code_allocator_try_alloc_slice_near (
GumCodeAllocator* self,
const GumAddressSpec* spec,
gsize alignment
)
Parameters
spec-
Type:
GumAddressSpecNo description available.
The data is owned by the caller of the method. alignment-
Type:
gsizeNo 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. |