Function
Gumprocess_enumerate_malloc_ranges
Declaration [src]
void
gum_process_enumerate_malloc_ranges (
GumFoundMallocRangeFunc func,
gpointer user_data
)
Description [src]
Enumerates individual memory allocations known to the system heap, calling
func with GumMallocRangeDetails about each range found.
Parameters
func-
Type:
GumFoundMallocRangeFuncFunction called with
GumMallocRangeDetails. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function.