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

Unified Diff: third_party/tcmalloc/chromium/src/free_list.cc

Issue 7833003: code for encrypting sensitive tcmalloc metadata (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed bug of key_ existing as multiple copies Created 9 years, 3 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 | « third_party/tcmalloc/chromium/src/free_list.h ('k') | third_party/tcmalloc/chromium/src/metadata_encode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/chromium/src/free_list.cc
diff --git a/third_party/tcmalloc/chromium/src/free_list.cc b/third_party/tcmalloc/chromium/src/free_list.cc
index 26243c6ed7ae926242335f2e5ad66c5db3ef311a..4be5431fceead07bdc08cff229af7a64a884f04f 100644
--- a/third_party/tcmalloc/chromium/src/free_list.cc
+++ b/third_party/tcmalloc/chromium/src/free_list.cc
@@ -58,6 +58,7 @@
// new head |previous| pointer gets changed from pointing to the former
// head to NULL.
+#include "config_hardening.h" // For TCMALLOC_USE_DOUBLYLINKED_FREELIST.
#ifdef TCMALLOC_USE_DOUBLYLINKED_FREELIST
« no previous file with comments | « third_party/tcmalloc/chromium/src/free_list.h ('k') | third_party/tcmalloc/chromium/src/metadata_encode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698