| plan 9 kernel history: overview | file list | diff list |
1999/0501/port/debugalloc.c (diff list | history)
| 1999/0501/sys/src/9/port/debugalloc.c:12,17 – 2000/0425/sys/src/9/port/debugalloc.c:12,27 (short | long | prev) | ||
|
Add Bhdr definition.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1998/0912 | #define prev u.s.bhv #define parent u.s.bhp | |
| 2000/0425 | typedef struct Bhdr Bhdr; struct Bhdr { ulong magic; ulong size; }; enum { NOT_MAGIC = 0xdeadfa11, }; | |
| 1998/0912 | struct Pool { char* name; | |