mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-27 05:12:12 +03:00
Fix two CHILD() macro calls in the ctl tree.
This commit is contained in:
parent
65f343a632
commit
87667a86a0
1 changed files with 2 additions and 2 deletions
|
|
@ -358,8 +358,8 @@ static const ctl_named_node_t stats_arenas_i_node[] = {
|
|||
{NAME("purged"), CTL(stats_arenas_i_purged)},
|
||||
{NAME("small"), CHILD(named, stats_arenas_i_small)},
|
||||
{NAME("large"), CHILD(named, stats_arenas_i_large)},
|
||||
{NAME("bins"), CHILD(named, stats_arenas_i_bins)},
|
||||
{NAME("lruns"), CHILD(named, stats_arenas_i_lruns)}
|
||||
{NAME("bins"), CHILD(indexed, stats_arenas_i_bins)},
|
||||
{NAME("lruns"), CHILD(indexed, stats_arenas_i_lruns)}
|
||||
};
|
||||
static const ctl_named_node_t super_stats_arenas_i_node[] = {
|
||||
{NAME(""), CHILD(named, stats_arenas_i)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue