+2015-03-03 Geoffrey Garen <ggaren@apple.com>
+
+ bmalloc should implement malloc introspection (to stop false-positive leaks when MallocStackLogging is off)
+ https://bugs.webkit.org/show_bug.cgi?id=141802
+
+ Reviewed by Andreas Kling.
+
+ Rolling back in but disabled on iOS until I can debug why the iOS PLT crashes.
+
+ * bmalloc/VMHeap.cpp:
+ (bmalloc::VMHeap::grow):
+ * bmalloc/VMHeap.h:
+ * bmalloc/Zone.cpp:
+ (bmalloc::Zone::size):
+ (bmalloc::Zone::Zone):
+ * bmalloc/Zone.h:
+
2015-03-03 Geoffrey Garen <ggaren@apple.com>
bmalloc: Miscellaneous cleanup