home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Moscow ML 1.42
/
src
/
!runtime
/
gc_ctrl.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
|
285 b
|
18 lines
|
[
TEXT/R*ch
]
#ifndef _gc_ctrl_
#define _gc_ctrl_
#include "misc.h"
extern long
stat_minor_words,
stat_promoted_words,
stat_major_words,
stat_minor_collections,
stat_major_collections,
stat_heap_size;
void init_gc P((long, long, int, int));
#endif /* _gc_ctrl_ */