We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a27709 commit 3fa6538Copy full SHA for 3fa6538
devkit.opam
@@ -32,5 +32,5 @@ depends: [
32
]
33
depopts: [
34
"gperftools"
35
- "jemalloc"
+ "jemalloc" {>= "0.2"}
36
dune
@@ -53,7 +53,7 @@
53
(optional)
54
(libraries
55
devkit_core
56
- jemalloc_ctl)
+ jemalloc)
57
(modules memory_jemalloc))
58
59
(executable
memory_jemalloc.ml
@@ -1,7 +1,7 @@
1
(** Memory reporting for jemalloc, call [setup] in every binary linked with jemalloc *)
2
3
open Devkit_core
4
-open Jemalloc_ctl
+open Jemalloc
5
6
let show_crt_info () =
7
let b = Action.bytes_string in
0 commit comments