Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
This fixes a regression introduced by
d433471f58
(Derive
{allocated,nmalloc,ndalloc,nrequests}_large stats.).
This commit is contained in:
@@ -81,7 +81,7 @@ struct arena_stats_s {
|
||||
#endif
|
||||
|
||||
/* Number of bytes currently mapped, excluding retained memory. */
|
||||
size_t mapped; /* Derived. */
|
||||
size_t mapped; /* Partially derived. */
|
||||
|
||||
/*
|
||||
* Number of bytes currently retained as a side effect of munmap() being
|
||||
|
Reference in New Issue
Block a user