| version 1.2, 2000/12/01 09:26:11 |
version 1.3, 2001/04/20 07:39:18 |
|
|
| * level tree. |
* level tree. |
| */ |
*/ |
| |
|
| # include "gc_priv.h" |
# include "private/gc_priv.h" |
| |
|
| bottom_index * GC_all_bottom_indices = 0; |
bottom_index * GC_all_bottom_indices = 0; |
| /* Pointer to first (lowest addr) */ |
/* Pointer to first (lowest addr) */ |
| Line 260 register word sz; /* bytes */ |
|
| Line 260 register word sz; /* bytes */ |
|
| /* Apply fn to all allocated blocks */ |
/* Apply fn to all allocated blocks */ |
| /*VARARGS1*/ |
/*VARARGS1*/ |
| void GC_apply_to_all_blocks(fn, client_data) |
void GC_apply_to_all_blocks(fn, client_data) |
| void (*fn)(/* struct hblk *h, word client_data */); |
void (*fn) GC_PROTO((struct hblk *h, word client_data)); |
| word client_data; |
word client_data; |
| { |
{ |
| register int j; |
register int j; |