MALOC  0.1
vsys.h
Go to the documentation of this file.
1 
31 #ifndef _VSYS_H_
32 #define _VSYS_H_
33 
34 #include <maloc/maloc_base.h>
35 
36 #include <maloc/vnm.h>
37 #include <maloc/vmem.h>
38 #include <maloc/vio.h>
39 #include <maloc/vset.h>
40 #include <maloc/vpred.h>
41 
42 #endif /* _VSYS_H_ */
43 
44