diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /include/interp.h | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'include/interp.h')
| -rw-r--r-- | include/interp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/interp.h b/include/interp.h index e0571de1..ab417ae5 100644 --- a/include/interp.h +++ b/include/interp.h @@ -300,12 +300,13 @@ struct Modlink Modl links[1]; }; +/* must be a multiple of 8 bytes */ struct Heap { int color; /* Allocation color */ ulong ref; Type* t; - ulong pad; /* ensure double alignment; also used for heap profiling */ + ulong hprof; /* heap profiling */ }; struct Atidle |
