mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
preload: dont track stack for free
Ideally we'll use this later on for temporary allocations, but we can be time based on that rather than similar stacks.
This commit is contained in:
@ -187,7 +187,7 @@ track_free (void *ptr)
|
||||
if G_LIKELY (ptr && collector_ready)
|
||||
sysprof_collector_allocate (GPOINTER_TO_SIZE (ptr),
|
||||
0,
|
||||
backtrace_func,
|
||||
NULL,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user