| Index: third_party/tcmalloc/vendor/src/windows/port.cc
|
| ===================================================================
|
| --- third_party/tcmalloc/vendor/src/windows/port.cc (revision 92996)
|
| +++ third_party/tcmalloc/vendor/src/windows/port.cc (working copy)
|
| @@ -44,6 +44,7 @@
|
| #include "port.h"
|
| #include "base/logging.h"
|
| #include "base/spinlock.h"
|
| +#include "internal_logging.h"
|
| #include "system-alloc.h"
|
|
|
| // -----------------------------------------------------------------------
|
| @@ -265,7 +266,10 @@
|
| // We don't dump stats on windows, right now
|
| }
|
|
|
| +// The current system allocator
|
| +SysAllocator* sys_alloc = NULL;
|
|
|
| +
|
| // -----------------------------------------------------------------------
|
| // These functions rework existing functions of the same name in the
|
| // Google codebase.
|
|
|