make jemalloc stats an optional feature
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
867050df9e
commit
23690fd837
5 changed files with 20 additions and 5 deletions
|
@ -32,6 +32,11 @@ jemalloc = [
|
|||
jemalloc_prof = [
|
||||
"tikv-jemalloc-sys/profiling",
|
||||
]
|
||||
jemalloc_stats = [
|
||||
"tikv-jemalloc-sys/stats",
|
||||
"tikv-jemalloc-ctl/stats",
|
||||
"tikv-jemallocator/stats",
|
||||
]
|
||||
hardened_malloc = [
|
||||
"dep:hardened_malloc-rs"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue