Relocate the always in-lined functions from HeapBitmap.h.
The three essential bitmap access methods have been moved to the new
HeapBitmapInlines.h header file. All other bitmap methods have been
moved into HeapBitmap.c. As an added bonus, source indexing and cross
reference tools should correctly locate all heap bitmap definitions.
Change-Id: I35703403f4f79d121c9c3f411b7d7110d92739d0
diff --git a/vm/alloc/HeapSource.c b/vm/alloc/HeapSource.c
index 9af7aa0..a3e8893 100644
--- a/vm/alloc/HeapSource.c
+++ b/vm/alloc/HeapSource.c
@@ -24,6 +24,7 @@
#include "alloc/HeapInternal.h"
#include "alloc/HeapSource.h"
#include "alloc/HeapBitmap.h"
+#include "alloc/HeapBitmapInlines.h"
// TODO: find a real header file for these.
extern int dlmalloc_trim(size_t);