gc-alloc 0.1.1

A Rust library for garbage-collected memory allocation using libgc (bdwgc).
Documentation
1
2
3
4
5
6
7
There are two kinds of entities in this directory:

- Subdirectories corresponding to specific compilers (or compiler/OS combinations).
  Each of these includes one or more architecture-specific headers.

- More generic header files corresponding to a particular ordering and/or
  atomicity property that might be shared by multiple hardware platforms.