Pull thread_(de)allocated out of config_stats

This commit is contained in:
Yinan Zhang
2019-08-12 11:03:36 -07:00
parent 9e031c1d11
commit 57b81c078e
2 changed files with 6 additions and 29 deletions

View File

@@ -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)