Create a new module: ASpaceMgr, the address space manager.  This
contains what was previously vg_memory.c and also vg_procselfmaps.c,
which is really just a helper for the address space manager.

This just moves code around and modularises it a bit.  It doesn't yet
resolve the circular dependencies between ASpaceMgr and various other
chunks of functionality (vg_malloc2, vg_symtab2).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3564 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index 9a2e2ed..eaa5f69 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -35,6 +35,7 @@
 #include "pub_core_execontext.h"
 #include "pub_core_errormgr.h"
 #include "pub_core_debuglog.h"
+#include "pub_core_aspacemgr.h"
 
 #include <dirent.h>
 #include <dlfcn.h>