WebKit Bugzilla
Attachment 345971 Details for
Bug 188132
: Initialize bmalloc::DebugHeap::m_pageSize for non-Darwin builds.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch.
bug-188132.patch (text/plain), 1.26 KB, created by
Mark Lam
on 2018-07-27 16:48:25 PDT
(
hide
)
Description:
proposed patch.
Filename:
MIME Type:
Creator:
Mark Lam
Created:
2018-07-27 16:48:25 PDT
Size:
1.26 KB
patch
obsolete
>Index: Source/bmalloc/ChangeLog >=================================================================== >--- Source/bmalloc/ChangeLog (revision 234337) >+++ Source/bmalloc/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-07-27 Mark Lam <mark.lam@apple.com> >+ >+ Initialize bmalloc::DebugHeap::m_pageSize for non-Darwin builds. >+ https://bugs.webkit.org/show_bug.cgi?id=188132 >+ <rdar://problem/40401599> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * bmalloc/DebugHeap.cpp: >+ (bmalloc::DebugHeap::DebugHeap): >+ > 2018-07-27 Saam Barati <sbarati@apple.com> > > Explicitly handle memlimit_active < 0 >Index: Source/bmalloc/bmalloc/DebugHeap.cpp >=================================================================== >--- Source/bmalloc/bmalloc/DebugHeap.cpp (revision 234334) >+++ Source/bmalloc/bmalloc/DebugHeap.cpp (working copy) >@@ -1,5 +1,5 @@ > /* >- * Copyright (C) 2016-2017 Apple Inc. All rights reserved. >+ * Copyright (C) 2016-2018 Apple Inc. All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions >@@ -75,6 +75,7 @@ void DebugHeap::free(void* object) > #else > > DebugHeap::DebugHeap(std::lock_guard<Mutex>&) >+ : m_pageSize(vmPageSize()) > { > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
saam
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188132
: 345971