merged volatile memory barriers
[cacao.git] / src / mm / tlh.c
index e46cf87602be1397271c68a2f4751c08337d6bac..07646cb1a5d1b28d3a6138dd1742e1d6797b4bb3 100644 (file)
 
 #include "config.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 #include "mm/tlh.h"
 
 #include "vm/global.h"
+#include "vm/os.hpp"
 
 #include <assert.h>
-#include <sys/mman.h>
 
 static const int TLH_MAX_SIZE = (20 * 1024 * 1024);