Method

FridaBareboneTargetFunctionsAllocatorConfigadd_free_argument

Declaration

void
frida_barebone_target_functions_allocator_config_add_free_argument (
  FridaBareboneTargetFunctionsAllocatorConfig* self,
  FridaBareboneCallArgument* argument
)

Description [src]

Adds an argument to pass to free_function.

Parameters

argument

Type: FridaBareboneCallArgument

The argument to add.

The data is owned by the caller of the method.