Method
FridaBareboneTargetFunctionsAllocatorConfigset_alloc_flags
Declaration
void
frida_barebone_target_functions_allocator_config_set_alloc_flags (
FridaBareboneTargetFunctionsAllocatorConfig* self,
guint64 value
)
Description [src]
Extra second argument passed to alloc_function. Modern XNU data allocators are kalloc_data_external(size, flags); QEMU’s kalloc(size) ignores it. Defaults to zero.