Skip to content

Commit 3fa6538

Browse files
committed
sync jemalloc name change
1 parent 0a27709 commit 3fa6538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devkit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ depends: [
3232
]
3333
depopts: [
3434
"gperftools"
35-
"jemalloc"
35+
"jemalloc" {>= "0.2"}
3636
]

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
(optional)
5454
(libraries
5555
devkit_core
56-
jemalloc_ctl)
56+
jemalloc)
5757
(modules memory_jemalloc))
5858

5959
(executable

memory_jemalloc.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(** Memory reporting for jemalloc, call [setup] in every binary linked with jemalloc *)
22

33
open Devkit_core
4-
open Jemalloc_ctl
4+
open Jemalloc
55

66
let show_crt_info () =
77
let b = Action.bytes_string in

0 commit comments

Comments
 (0)