| Index: third_party/tcmalloc/chromium/src/free_list.cc
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/free_list.cc (revision 104961)
|
| +++ third_party/tcmalloc/chromium/src/free_list.cc (working copy)
|
| @@ -59,11 +59,11 @@
|
| // head to NULL.
|
|
|
|
|
| -#ifdef TCMALLOC_USE_DOUBLYLINKED_FREELIST
|
| -
|
| #include <stddef.h>
|
| #include "free_list.h"
|
|
|
| +#if defined(TCMALLOC_USE_DOUBLYLINKED_FREELIST)
|
| +
|
| // TODO(jar): We should use C++ rather than a macro here.
|
| #define MEMORY_CHECK(v1, v2) \
|
| if (v1 != v2) CRASH("Memory corruption detected.\n")
|
|
|