summaryrefslogtreecommitdiff
path: root/chromium/base/allocator/partition_allocator/partition_page.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/allocator/partition_allocator/partition_page.cc')
-rw-r--r--chromium/base/allocator/partition_allocator/partition_page.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/base/allocator/partition_allocator/partition_page.cc b/chromium/base/allocator/partition_allocator/partition_page.cc
index 982e516a88e..f2beba05df5 100644
--- a/chromium/base/allocator/partition_allocator/partition_page.cc
+++ b/chromium/base/allocator/partition_allocator/partition_page.cc
@@ -134,6 +134,10 @@ PA_ALWAYS_INLINE void SlotSpanMetadata<thread_safe>::RegisterEmpty() {
root->empty_slot_spans_dirty_bytes / 2, max_empty_dirty_bytes));
}
}
+// static
+template <bool thread_safe>
+SlotSpanMetadata<thread_safe>
+ SlotSpanMetadata<thread_safe>::sentinel_slot_span_;
// static
template <bool thread_safe>