Method

GumInterceptorflush_function

Declaration [src]

gboolean
gum_interceptor_flush_function (
  GumInterceptor* self,
  gconstpointer function_address
)

Description [src]

Like gum_interceptor_flush(), but reports specifically whether the instrumentation for function_address is no longer in use, so its memory can be reclaimed.

Parameters

function_address

Type: gconstpointer

Address of the function of interest.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if function_address has no pending teardown left.