Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: trunk/Source/platform/heap/Heap.cpp

Issue 1183593003: Revert 197005 "Build fix: Add NO_SANITIZE_ADDRESS to addToFreeList" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/platform/heap/Heap.cpp
===================================================================
--- trunk/Source/platform/heap/Heap.cpp (revision 197016)
+++ trunk/Source/platform/heap/Heap.cpp (working copy)
@@ -1044,7 +1044,6 @@
{
}
-NO_SANITIZE_ADDRESS
void FreeList::addToFreeList(Address address, size_t size)
{
ASSERT(size < blinkPagePayloadSize());
@@ -1113,7 +1112,6 @@
}
#if ENABLE(ASSERT) || defined(LEAK_SANITIZER) || defined(ADDRESS_SANITIZER)
-NO_SANITIZE_ADDRESS
void FreeList::zapFreedMemory(Address address, size_t size)
{
for (size_t i = 0; i < size; i++) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698