Skip to content

Commit

Permalink
sync jemalloc name change
Browse files Browse the repository at this point in the history
  • Loading branch information
rr0gi committed Sep 20, 2019
1 parent 0a27709 commit 3fa6538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ depends: [
]
depopts: [
"gperftools"
"jemalloc"
"jemalloc" {>= "0.2"}
]
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
(optional)
(libraries
devkit_core
jemalloc_ctl)
jemalloc)
(modules memory_jemalloc))

(executable
Expand Down
2 changes: 1 addition & 1 deletion memory_jemalloc.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(** Memory reporting for jemalloc, call [setup] in every binary linked with jemalloc *)

open Devkit_core
open Jemalloc_ctl
open Jemalloc

let show_crt_info () =
let b = Action.bytes_string in
Expand Down

0 comments on commit 3fa6538

Please sign in to comment.