home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
src
/
!runtime
/
freelist.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-08-18
|
269 b
|
17 lines
|
[
TEXT/R*ch
]
/* Free lists of heap blocks. */
#ifndef _freelist_
#define _freelist_
#include "misc.h"
#include "mlvalues.h"
char *fl_allocate P((mlsize_t));
void fl_init_merge P((void));
char *fl_merge_block P((char *));
void fl_add_block P((char *));
#endif /* _freelist_ */