[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/PageManager.cpp

John Criswell criswell at cs.uiuc.edu
Mon Nov 22 08:55:44 PST 2004



Changes in directory poolalloc/runtime/PoolAllocator:

PageManager.cpp updated: 1.9 -> 1.10

---
Log message:

Move MallocAllocator.h into the poolalloc source tree.



---
Diffs of the changes:  (+1 -1)

Index: poolalloc/runtime/PoolAllocator/PageManager.cpp
diff -u poolalloc/runtime/PoolAllocator/PageManager.cpp:1.9 poolalloc/runtime/PoolAllocator/PageManager.cpp:1.10
--- poolalloc/runtime/PoolAllocator/PageManager.cpp:1.9	Wed Nov  3 23:02:35 2004
+++ poolalloc/runtime/PoolAllocator/PageManager.cpp	Mon Nov 22 10:55:33 2004
@@ -15,9 +15,9 @@
 #ifndef _POSIX_MAPPED_FILES
 #define _POSIX_MAPPED_FILES
 #endif
-#include "llvm/Support/MallocAllocator.h"
 #include "llvm/Config/unistd.h"
 #include "llvm/Config/sys/mman.h"
+#include "poolalloc/Support/MallocAllocator.h"
 #include <cassert>
 #include <vector>
 #include <iostream>





More information about the llvm-commits mailing list