git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bmalloc should implement malloc introspection (to stop false-positive leaks when...
[WebKit-https.git]
/
Source
/
bmalloc
/
bmalloc
/
VMHeap.cpp
diff --git
a/Source/bmalloc/bmalloc/VMHeap.cpp
b/Source/bmalloc/bmalloc/VMHeap.cpp
index 26ffb1f19bc359b024820751552129cd61a3ca4a..2aad2b11847c200f1076f2423d92010acd188ba9 100644
(file)
--- a/
Source/bmalloc/bmalloc/VMHeap.cpp
+++ b/
Source/bmalloc/bmalloc/VMHeap.cpp
@@
-40,7
+40,7
@@
VMHeap::VMHeap()
void VMHeap::grow()
{
SuperChunk* superChunk = SuperChunk::create();
-#if B
PLATFORM(DARWIN
)
+#if B
OS(DARWIN) && !BPLATFORM(IOS
)
m_zone.addSuperChunk(superChunk);
#endif