| Index: third_party/tcmalloc/vendor/src/central_freelist.cc
|
| ===================================================================
|
| --- third_party/tcmalloc/vendor/src/central_freelist.cc (revision 126727)
|
| +++ third_party/tcmalloc/vendor/src/central_freelist.cc (working copy)
|
| @@ -319,8 +319,7 @@
|
| if (span) Static::pageheap()->RegisterSizeClass(span, size_class_);
|
| }
|
| if (span == NULL) {
|
| - Log(kLog, __FILE__, __LINE__,
|
| - "tcmalloc: allocation failed", npages << kPageShift);
|
| + MESSAGE("tcmalloc: allocation failed", npages << kPageShift);
|
| lock_.Lock();
|
| return;
|
| }
|
|
|