summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-03-24 00:25:57 (GMT)
committerJason Evans <jasone@canonware.com>2015-03-24 00:26:53 (GMT)
commit4acd75a694173186e9e0399d2855f05ce8553008 (patch)
treef6ac84f2ccde4e639dddc43c5a6d287f5f1050a3 /ChangeLog
parent8ad6bf360f9ca5c6c9a1d8e5825ee473bb4697da (diff)
downloadjemalloc-4acd75a694173186e9e0399d2855f05ce8553008.zip
jemalloc-4acd75a694173186e9e0399d2855f05ce8553008.tar.gz
jemalloc-4acd75a694173186e9e0399d2855f05ce8553008.tar.bz2
Add the "stats.allocated" mallctl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a462d02..2607576 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,8 @@ found in the git revision history:
- Add metadata statistics, which are accessible via the "stats.metadata",
"stats.arenas.<i>.metadata.mapped", and
"stats.arenas.<i>.metadata.allocated" mallctls.
+ - Add the "stats.resident" mallctl, which reports the upper limit of
+ physically resident memory mapped by the allocator.
- Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
feature on/off during program execution.
- Add sdallocx(), which implements sized deallocation. The primary