mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Add the "stats.allocated" mallctl.
This commit is contained in:
parent
8ad6bf360f
commit
4acd75a694
8 changed files with 67 additions and 23 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue