aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/library.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/library.mli')
-rw-r--r--library/library.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/library.mli b/library/library.mli
index 18ebb9708..43fa04e8b 100644
--- a/library/library.mli
+++ b/library/library.mli
@@ -59,3 +59,7 @@ val iter_all_segments : bool -> (section_path -> obj -> unit) -> unit
val get_load_path : unit -> System.load_path
val add_load_path_entry : System.load_path_entry -> unit
val remove_path : string -> unit
+
+(*s Displays the memory use of a module. *)
+
+val mem : string -> Pp.std_ppcmds