mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Fix shadowed variable usage.
Verified with EXTRA_CFLAGS=-Wshadow.
This commit is contained in:
@@ -15,7 +15,7 @@ confirm_prof_setup() {
|
||||
"opt_prof_recent_alloc_max not set correctly");
|
||||
|
||||
/* Dynamics */
|
||||
assert_true(prof_active, "prof_active not on");
|
||||
assert_true(prof_active_state, "prof_active not on");
|
||||
assert_zd_eq(prof_recent_alloc_max_ctl_read(), OPT_ALLOC_MAX,
|
||||
"prof_recent_alloc_max not set correctly");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user