Initial snarf.
[shack.git] / libmojave / stdlib / lm_heap.mli
blob9048ddbc7f256566e20232d074e78dd865ce2d36
1 (*
2 * For heap debugging.
4 * ----------------------------------------------------------------
6 * @begin[license]
7 * Copyright (C) 2006 Mojave Group, Caltech
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation,
12 * version 2.1 of the License.
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 * Additional permission is given to link this library with the
24 * OpenSSL project's "OpenSSL" library, and with the OCaml runtime,
25 * and you may distribute the linked executables. See the file
26 * LICENSE.libmojave for more details.
28 * Author: Jason Hickey
29 * @email{jyh@cs.caltech.edu}
30 * @end[license]
33 val heap_check : string -> unit
36 * -*-
37 * Local Variables:
38 * Fill-column: 100
39 * End:
40 * -*-
41 * vim:ts=3:et:tw=100