mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Pull thread_(de)allocated out of config_stats
This commit is contained in:
parent
9e031c1d11
commit
57b81c078e
2 changed files with 6 additions and 29 deletions
|
|
@ -18,8 +18,8 @@
|
|||
* --- data accessed on tcache fast path: state, rtree_ctx, stats, prof ---
|
||||
* s: state
|
||||
* e: tcache_enabled
|
||||
* m: thread_allocated (config_stats)
|
||||
* f: thread_deallocated (config_stats)
|
||||
* m: thread_allocated
|
||||
* f: thread_deallocated
|
||||
* b: bytes_until_sample (config_prof)
|
||||
* p: prof_tdata (config_prof)
|
||||
* c: rtree_ctx (rtree cache accessed on deallocation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue