Method
GumCodeAllocatoralloc_deflector
Declaration [src]
GumCodeDeflector*
gum_code_allocator_alloc_deflector (
GumCodeAllocator* self,
const GumAddressSpec* caller,
gpointer return_address,
gpointer target,
gboolean dedicated
)
Parameters
caller-
Type:
GumAddressSpecNo description available.
The data is owned by the caller of the method. return_address-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method. target-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method. dedicated-
Type:
gbooleanNo description available.
Return value
Type: GumCodeDeflector
No description available.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |