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

Unified Diff: base/base.gypi

Issue 1410213004: Create "persistent memory allocator" for persisting and sharing objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use 'volatile' for shared memory; use std::atomic for member flag Created 5 years, 1 month 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index bdaf4c78f0bf0dab5c2a3faf2bf51b6af30ebdd5..cebd0789c7931335501782bae5235f403051808e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -350,6 +350,8 @@
'memory/memory_pressure_monitor_mac.h',
'memory/memory_pressure_monitor_win.cc',
'memory/memory_pressure_monitor_win.h',
+ 'memory/persistent_memory_allocator.cc',
+ 'memory/persistent_memory_allocator.h',
'memory/raw_scoped_refptr_mismatch_checker.h',
'memory/ref_counted.cc',
'memory/ref_counted.h',

Powered by Google App Engine
This is Rietveld 408576698