diff options
Diffstat (limited to 'rts/sm/README')
-rw-r--r-- | rts/sm/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rts/sm/README b/rts/sm/README new file mode 100644 index 0000000000..61cb7d2c06 --- /dev/null +++ b/rts/sm/README @@ -0,0 +1,11 @@ +The Storage Manager +=================== + +This directory contains the storage manager and garbage collector. +The interfaces exported from here are: + + Storage.h (in ../includes) + Block.h (in ../includes) + GC.h + Arena.h + BlockAlloc.h |