C Declaration for RVM
This appendix contains listings of the C header files used to construct programs with RVM. The following files are included:
- rvm.h: main RVM library declarations.
- rvm_statistics.h: RVM statistics declarations.
- rds.h: recoverable heap allocator declarations.
- rvm_segment.h: segment loader declarations.
The header rvm.h is required for all uses of RVM. The other
should be included as needed. The order of inclusion is not
important, but Unix system files are often included first. Should the
files be included more than once, only the first is processed.