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:
Jason Evans
2017-02-25 14:10:05 -08:00
parent 079b8bee37
commit 472fef2e12
2 changed files with 2 additions and 14 deletions

View File

@@ -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