Split the Options module in two to remove a circular dependency in
[SXSI/xpathcomp.git] / src / bp.mli
index 7053493..55e5723 100644 (file)
@@ -13,3 +13,4 @@ external first_child : t -> int -> int = "caml_bp_first_child" "noalloc"
 external next_sibling : t -> int -> int = "caml_bp_next_sibling" "noalloc"
 external preorder_rank : t -> int -> int = "caml_bp_preorder_rank" "noalloc"
 
+val alloc_stats : unit -> int