summaryrefslogtreecommitdiffstats
path: root/include/jemalloc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-02-25 22:10:05 (GMT)
committerJason Evans <jasone@canonware.com>2017-02-27 19:18:07 (GMT)
commit472fef2e125489e236afbbccad78946fc9f1d73f (patch)
tree9b855dbdc6c1e5a4950c0dea4cd49413f2ddc357 /include/jemalloc
parent079b8bee37ddd35e25c0cf7ac9241520290fa66c (diff)
downloadjemalloc-472fef2e125489e236afbbccad78946fc9f1d73f.zip
jemalloc-472fef2e125489e236afbbccad78946fc9f1d73f.tar.gz
jemalloc-472fef2e125489e236afbbccad78946fc9f1d73f.tar.bz2
Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
This fixes a regression introduced by d433471f581ca50583c7a99f9802f7388f81aa36 (Derive {allocated,nmalloc,ndalloc,nrequests}_large stats.).
Diffstat (limited to 'include/jemalloc')
-rw-r--r--include/jemalloc/internal/stats_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/stats_structs.h b/include/jemalloc/internal/stats_structs.h
index 1571ef4..354f93e 100644
--- a/include/jemalloc/internal/stats_structs.h
+++ b/include/jemalloc/internal/stats_structs.h
@@ -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