You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AllocsPerRun does not see calls to malloc that use the tinyalloc buffer (unless the call
allocates a new tinyalloc buffer). We should fix malloc so that the counters include
tinyalloc allocations. Otherwise AllocsPerRun is not useful.