[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/PageManager.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Nov 22 08:55:40 PST 2004
Changes in directory poolalloc/runtime/FreeListAllocator:
PageManager.cpp updated: 1.8 -> 1.9
---
Log message:
Move MallocAllocator.h into the poolalloc source tree.
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/FreeListAllocator/PageManager.cpp
diff -u poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.8 poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.9
--- poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.8 Wed Nov 3 23:03:42 2004
+++ poolalloc/runtime/FreeListAllocator/PageManager.cpp Mon Nov 22 10:55:30 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