diff options
author | Jason Evans <jasone@canonware.com> | 2015-03-24 00:25:57 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-03-24 00:26:53 (GMT) |
commit | 4acd75a694173186e9e0399d2855f05ce8553008 (patch) | |
tree | f6ac84f2ccde4e639dddc43c5a6d287f5f1050a3 /ChangeLog | |
parent | 8ad6bf360f9ca5c6c9a1d8e5825ee473bb4697da (diff) | |
download | jemalloc-4acd75a694173186e9e0399d2855f05ce8553008.zip jemalloc-4acd75a694173186e9e0399d2855f05ce8553008.tar.gz jemalloc-4acd75a694173186e9e0399d2855f05ce8553008.tar.bz2 |
Add the "stats.allocated" mallctl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |