<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[197772] trunk/Source/bmalloc</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/197772">197772</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-03-08 09:41:59 -0800 (Tue, 08 Mar 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/197722">r197722</a>.
https://bugs.webkit.org/show_bug.cgi?id=155171

This change caused 800+ JSC test failures (Requested by
ryanhaddad on #webkit).

Reverted changeset:

&quot;bmalloc: Use List&lt;T&gt; instead of Vector&lt;T&gt; in some places&quot;
https://bugs.webkit.org/show_bug.cgi?id=155150
http://trac.webkit.org/changeset/197722

Patch by Commit Queue &lt;commit-queue@webkit.org&gt; on 2016-03-08</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourcebmallocChangeLog">trunk/Source/bmalloc/ChangeLog</a></li>
<li><a href="#trunkSourcebmallocbmallocHeapcpp">trunk/Source/bmalloc/bmalloc/Heap.cpp</a></li>
<li><a href="#trunkSourcebmallocbmallocHeaph">trunk/Source/bmalloc/bmalloc/Heap.h</a></li>
<li><a href="#trunkSourcebmallocbmallocSmallChunkh">trunk/Source/bmalloc/bmalloc/SmallChunk.h</a></li>
<li><a href="#trunkSourcebmallocbmallocSmallPageh">trunk/Source/bmalloc/bmalloc/SmallPage.h</a></li>
<li><a href="#trunkSourcebmallocbmallocVMHeaph">trunk/Source/bmalloc/bmalloc/VMHeap.h</a></li>
<li><a href="#trunkSourcebmallocbmallocxcodeprojprojectpbxproj">trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourcebmallocbmallocListh">trunk/Source/bmalloc/bmalloc/List.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourcebmallocChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/ChangeLog (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/ChangeLog        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/ChangeLog        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-03-08  Commit Queue  &lt;commit-queue@webkit.org&gt;
+
+        Unreviewed, rolling out r197722.
+        https://bugs.webkit.org/show_bug.cgi?id=155171
+
+        This change caused 800+ JSC test failures (Requested by
+        ryanhaddad on #webkit).
+
+        Reverted changeset:
+
+        &quot;bmalloc: Use List&lt;T&gt; instead of Vector&lt;T&gt; in some places&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=155150
+        http://trac.webkit.org/changeset/197722
+
</ins><span class="cx"> 2016-03-07  Geoffrey Garen  &lt;ggaren@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         bmalloc: Use List&lt;T&gt; instead of Vector&lt;T&gt; in some places
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocHeapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc/Heap.cpp (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/Heap.cpp        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/Heap.cpp        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx"> 
</span><span class="cx"> void Heap::scavengeSmallPages(std::unique_lock&lt;StaticMutex&gt;&amp; lock, std::chrono::milliseconds sleepDuration)
</span><span class="cx"> {
</span><del>-    while (!m_smallPages.isEmpty()) {
</del><ins>+    while (m_smallPages.size()) {
</ins><span class="cx">         m_vmHeap.deallocateSmallPage(lock, m_smallPages.pop());
</span><span class="cx">         waitUntilFalse(lock, sleepDuration, m_isAllocatingPages);
</span><span class="cx">     }
</span><span class="lines">@@ -177,11 +177,16 @@
</span><span class="cx"> 
</span><span class="cx"> SmallPage* Heap::allocateSmallPage(std::lock_guard&lt;StaticMutex&gt;&amp; lock, size_t sizeClass)
</span><span class="cx"> {
</span><del>-    if (!m_smallPagesWithFreeLines[sizeClass].isEmpty())
-        return m_smallPagesWithFreeLines[sizeClass].pop();
</del><ins>+    Vector&lt;SmallPage*&gt;&amp; smallPagesWithFreeLines = m_smallPagesWithFreeLines[sizeClass];
+    while (smallPagesWithFreeLines.size()) {
+        SmallPage* page = smallPagesWithFreeLines.pop();
+        if (!page-&gt;refCount(lock) || page-&gt;sizeClass() != sizeClass) // Page was promoted to the pages list.
+            continue;
+        return page;
+    }
</ins><span class="cx"> 
</span><span class="cx">     SmallPage* page = [this, &amp;lock]() {
</span><del>-        if (!m_smallPages.isEmpty())
</del><ins>+        if (m_smallPages.size())
</ins><span class="cx">             return m_smallPages.pop();
</span><span class="cx"> 
</span><span class="cx">         m_isAllocatingPages = true;
</span><span class="lines">@@ -210,7 +215,6 @@
</span><span class="cx">     if (page-&gt;refCount(lock))
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_smallPagesWithFreeLines[page-&gt;sizeClass()].remove(page);
</del><span class="cx">     m_smallPages.push(page);
</span><span class="cx">     m_scavenger.run();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocHeaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc/Heap.h (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/Heap.h        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/Heap.h        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #include &quot;BumpRange.h&quot;
</span><span class="cx"> #include &quot;Environment.h&quot;
</span><span class="cx"> #include &quot;LineMetadata.h&quot;
</span><del>-#include &quot;List.h&quot;
</del><span class="cx"> #include &quot;Mutex.h&quot;
</span><span class="cx"> #include &quot;SegregatedFreeList.h&quot;
</span><span class="cx"> #include &quot;SmallChunk.h&quot;
</span><span class="lines">@@ -94,9 +93,9 @@
</span><span class="cx"> 
</span><span class="cx">     std::array&lt;std::array&lt;LineMetadata, smallLineCount&gt;, smallMax / alignment&gt; m_smallLineMetadata;
</span><span class="cx"> 
</span><del>-    std::array&lt;List&lt;SmallPage&gt;, smallMax / alignment&gt; m_smallPagesWithFreeLines;
</del><ins>+    std::array&lt;Vector&lt;SmallPage*&gt;, smallMax / alignment&gt; m_smallPagesWithFreeLines;
</ins><span class="cx"> 
</span><del>-    List&lt;SmallPage&gt; m_smallPages;
</del><ins>+    Vector&lt;SmallPage*&gt; m_smallPages;
</ins><span class="cx"> 
</span><span class="cx">     SegregatedFreeList m_largeObjects;
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocListh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/bmalloc/bmalloc/List.h (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/List.h        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/List.h        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -1,92 +0,0 @@
</span><del>-/*
- * Copyright (C) 2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef List_h
-#define List_h
-
-namespace bmalloc {
-
-template&lt;typename T&gt;
-struct ListNode {
-    ListNode()
-        : prev(this)
-        , next(this)
-    {
-    }
-
-    ListNode&lt;T&gt;* prev;
-    ListNode&lt;T&gt;* next;
-};
-
-template&lt;typename T&gt;
-class List {
-    static_assert(std::is_trivially_destructible&lt;T&gt;::value, &quot;List must have a trivial destructor.&quot;);
-public:
-    bool isEmpty() { return m_root.next == &amp;m_root; }
-
-    T* head() { return static_cast&lt;T*&gt;(m_root.next); }
-    T* tail() { return static_cast&lt;T*&gt;(m_root.prev); }
-
-    void push(T* node)
-    {
-        ListNode&lt;T&gt;* it = tail();
-        insertAfter(it, node);
-    }
-
-    T* pop()
-    {
-        ListNode&lt;T&gt;* result = tail();
-        remove(result);
-        return static_cast&lt;T*&gt;(result);
-    }
-
-    void insertAfter(ListNode&lt;T&gt;* it, ListNode&lt;T&gt;* node)
-    {
-        ListNode&lt;T&gt;* prev = it;
-        ListNode&lt;T&gt;* next = it-&gt;next;
-
-        node-&gt;next = next;
-        next-&gt;prev = node;
-
-        node-&gt;prev = prev;
-        prev-&gt;next = node;
-    }
-
-    void remove(ListNode&lt;T&gt;* node)
-    {
-        ListNode&lt;T&gt;* next = node-&gt;next;
-        ListNode&lt;T&gt;* prev = node-&gt;prev;
-
-        next-&gt;prev = prev;
-        prev-&gt;next = next;
-    }
-
-private:
-    ListNode&lt;T&gt; m_root;
-};
-
-} // namespace bmalloc
-
-#endif // List_h
</del></span></pre></div>
<a id="trunkSourcebmallocbmallocSmallChunkh"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc/SmallChunk.h (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/SmallChunk.h        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/SmallChunk.h        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx"> static_assert(!(vmPageSize % smallLineSize), &quot;vmPageSize must be an even multiple of line size&quot;);
</span><span class="cx"> static_assert(!(smallChunkSize % smallLineSize), &quot;chunk size must be an even multiple of line size&quot;);
</span><span class="cx"> static_assert(
</span><del>-    sizeof(SmallChunk) % vmPageSize + smallMax &lt;= vmPageSize,
-    &quot;the first page of object memory in a small chunk must be able to allocate smallMax&quot;);
</del><ins>+    sizeof(SmallChunk) - vmPageSize % sizeof(SmallChunk) &lt; vmPageSize - 2 * smallMax,
+        &quot;the first page of object memory in a small chunk can't allocate smallMax&quot;);
</ins><span class="cx"> 
</span><span class="cx"> inline SmallChunk::SmallChunk(std::lock_guard&lt;StaticMutex&gt;&amp; lock)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocSmallPageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc/SmallPage.h (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/SmallPage.h        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/SmallPage.h        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -27,25 +27,19 @@
</span><span class="cx"> #define SmallPage_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;BAssert.h&quot;
</span><del>-#include &quot;List.h&quot;
</del><span class="cx"> #include &quot;Mutex.h&quot;
</span><span class="cx"> #include &quot;VMAllocate.h&quot;
</span><span class="cx"> #include &lt;mutex&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace bmalloc {
</span><span class="cx"> 
</span><del>-class SmallPage : public ListNode&lt;SmallPage&gt; {
</del><ins>+class SmallPage {
</ins><span class="cx"> public:
</span><span class="cx">     static const unsigned char maxRefCount = std::numeric_limits&lt;unsigned char&gt;::max();
</span><span class="cx">     static_assert(smallLineCount &lt; maxRefCount, &quot;maximum line count must fit in SmallPage&quot;);
</span><span class="cx">     
</span><span class="cx">     static SmallPage* get(SmallLine*);
</span><span class="cx"> 
</span><del>-    SmallPage()
-        : m_hasFreeLines(true)
-    {
-    }
-
</del><span class="cx">     void ref(std::lock_guard&lt;StaticMutex&gt;&amp;);
</span><span class="cx">     bool deref(std::lock_guard&lt;StaticMutex&gt;&amp;);
</span><span class="cx">     unsigned refCount(std::lock_guard&lt;StaticMutex&gt;&amp;) { return m_refCount; }
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocVMHeaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc/VMHeap.h (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc/VMHeap.h        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc/VMHeap.h        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     LargeObject allocateLargeChunk(std::lock_guard&lt;StaticMutex&gt;&amp;);
</span><span class="cx">     void allocateSuperChunk(std::lock_guard&lt;StaticMutex&gt;&amp;);
</span><span class="cx"> 
</span><del>-    List&lt;SmallPage&gt; m_smallPages;
</del><ins>+    Vector&lt;SmallPage*&gt; m_smallPages;
</ins><span class="cx">     SegregatedFreeList m_largeObjects;
</span><span class="cx"> 
</span><span class="cx">     Vector&lt;SuperChunk*&gt; m_smallChunks;
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline SmallPage* VMHeap::allocateSmallPage(std::lock_guard&lt;StaticMutex&gt;&amp; lock)
</span><span class="cx"> {
</span><del>-    if (m_smallPages.isEmpty())
</del><ins>+    if (!m_smallPages.size())
</ins><span class="cx">         allocateSmallChunk(lock);
</span><span class="cx"> 
</span><span class="cx">     SmallPage* page = m_smallPages.pop();
</span></span></pre></div>
<a id="trunkSourcebmallocbmallocxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj (197771 => 197772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj        2016-03-08 17:39:52 UTC (rev 197771)
+++ trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj        2016-03-08 17:41:59 UTC (rev 197772)
</span><span class="lines">@@ -12,7 +12,6 @@
</span><span class="cx">                 1400274C18F89C3D00115C97 /* SegregatedFreeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 146BEE1E18C841C50002D5A2 /* SegregatedFreeList.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 140FA00319CE429C00FFD3C8 /* BumpRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 140FA00219CE429C00FFD3C8 /* BumpRange.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 140FA00519CE4B6800FFD3C8 /* LineMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 140FA00419CE4B6800FFD3C8 /* LineMetadata.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                141D9B001C8E51C0000ABBA0 /* List.h in Headers */ = {isa = PBXBuildFile; fileRef = 141D9AFF1C8E51C0000ABBA0 /* List.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 143CB81C19022BC900B16A45 /* StaticMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143CB81A19022BC900B16A45 /* StaticMutex.cpp */; };
</span><span class="cx">                 143CB81D19022BC900B16A45 /* StaticMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 143CB81B19022BC900B16A45 /* StaticMutex.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 143EF9AF1A9FABF6004F5C77 /* FreeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143EF9AD1A9FABF6004F5C77 /* FreeList.cpp */; };
</span><span class="lines">@@ -87,7 +86,6 @@
</span><span class="cx">                 1417F64618B54A700076FA3F /* EndTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EndTag.h; path = bmalloc/EndTag.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1417F64F18B7280C0076FA3F /* Syscall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Syscall.h; path = bmalloc/Syscall.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1417F65218BA88A00076FA3F /* AsyncTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AsyncTask.h; path = bmalloc/AsyncTask.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                141D9AFF1C8E51C0000ABBA0 /* List.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = List.h; path = bmalloc/List.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 1421A87718EE462A00B4DD68 /* Algorithm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Algorithm.h; path = bmalloc/Algorithm.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 143CB81A19022BC900B16A45 /* StaticMutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StaticMutex.cpp; path = bmalloc/StaticMutex.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 143CB81B19022BC900B16A45 /* StaticMutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StaticMutex.h; path = bmalloc/StaticMutex.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -285,7 +283,6 @@
</span><span class="cx">                                 14C919C818FCC59F0028DB43 /* BPlatform.h */,
</span><span class="cx">                                 14D9DB4517F2447100EAAB79 /* FixedVector.h */,
</span><span class="cx">                                 1413E460189DCE1E00546D68 /* Inline.h */,
</span><del>-                                141D9AFF1C8E51C0000ABBA0 /* List.h */,
</del><span class="cx">                                 144DCED617A649D90093B2F2 /* Mutex.h */,
</span><span class="cx">                                 14446A0717A61FA400F9EA1D /* PerProcess.h */,
</span><span class="cx">                                 144469FD17A61F1F00F9EA1D /* PerThread.h */,
</span><span class="lines">@@ -356,7 +353,6 @@
</span><span class="cx">                                 14DD789818F48D4A00950702 /* Allocator.h in Headers */,
</span><span class="cx">                                 14DD78CB18F48D7500950702 /* PerProcess.h in Headers */,
</span><span class="cx">                                 14DD789318F48D0F00950702 /* ObjectType.h in Headers */,
</span><del>-                                141D9B001C8E51C0000ABBA0 /* List.h in Headers */,
</del><span class="cx">                         );
</span><span class="cx">                         runOnlyForDeploymentPostprocessing = 0;
</span><span class="cx">                 };
</span></span></pre>
</div>
</div>

</body>
</html>