~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to byterun/freelist.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
/*                                                                     */
12
12
/***********************************************************************/
13
13
 
14
 
/* $Id: freelist.h,v 1.12.20.1 2008/02/12 21:26:29 doligez Exp $ */
 
14
/* $Id: freelist.h,v 1.13.4.1 2008/11/18 10:24:43 doligez Exp $ */
15
15
 
16
16
/* Free lists of heap blocks. */
17
17
 
30
30
char *caml_fl_merge_block (char *);
31
31
void caml_fl_add_blocks (char *);
32
32
void caml_make_free_blocks (value *, mlsize_t, int);
 
33
void caml_set_allocation_policy (uintnat);
33
34
 
34
35
 
35
36
#endif /* CAML_FREELIST_H */