The new allocator and a new bitmap management subsystem.
[cacao.git] / mm / mm.h
1 #ifndef __mm_h_
2 #define __mm_h_
3
4 #include "../sysdep/types.h"
5 #include "../global.h"
6
7 #endif
8
9
10 /*
11  * These are local overrides for various environment variables in Emacs.
12  * Please do not remove this and leave it at the end of the file, where
13  * Emacs will automagically detect them.
14  * ---------------------------------------------------------------------
15  * Local variables:
16  * mode: c
17  * indent-tabs-mode: t
18  * c-basic-offset: 4
19  * tab-width: 4
20  * End:
21  */