Method

FridaBareboneTargetFunctionsAllocatorConfigenumerate_alloc_arguments

Declaration

void
frida_barebone_target_functions_allocator_config_enumerate_alloc_arguments (
  FridaBareboneTargetFunctionsAllocatorConfig* self,
  GFunc func,
  void* func_target
)

Description [src]

Invokes func for each configured alloc_function argument.

Parameters

func

Type: GFunc

Function called with each argument.

func_target

Type: void*

No description available.

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