LOGSTREAM         279 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "  Test %d out of %d: %s\n",
LOGSTREAM         386 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "Thread %2d: locks %6d ok; %6d trylocks failed\n",
LOGSTREAM         582 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "calloc(%"PRIxS", %"PRIxS"): %p\n", n, s, p);
LOGSTREAM         637 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should not have failed.\n");
LOGSTREAM         641 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         649 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation should have failed.\n");
LOGSTREAM         654 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         670 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "new_handler was not called.\n");
LOGSTREAM         681 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should not have failed.\n");
LOGSTREAM         685 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         693 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should have failed.\n");
LOGSTREAM         697 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "nothrow allocation threw unexpected exception.\n");
LOGSTREAM         713 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "nothrow new_handler was not called.\n");
LOGSTREAM         753 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing alignment of malloc(%d)\n", size);
LOGSTREAM         781 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "==== Testing huge thread cache\n");
LOGSTREAM        1000 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "Testing fragmentation\n");
LOGSTREAM        1018 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing empty allocation\n");
LOGSTREAM        1031 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing STL use\n");
LOGSTREAM        1042 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Sanity-testing all the memory allocation functions\n");
LOGSTREAM        1222 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing large allocation\n");
LOGSTREAM        1233 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing calloc\n");
LOGSTREAM        1254 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing realloc\n");
LOGSTREAM        1257 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new(nothrow).\n");
LOGSTREAM        1259 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new[](nothrow).\n");
LOGSTREAM        1261 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new.\n");
LOGSTREAM        1263 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new[].\n");
LOGSTREAM        1267 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing threaded allocation/deallocation (%d threads)\n",
LOGSTREAM        1283 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing huge allocations\n");
LOGSTREAM        1288 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing out of memory\n");
LOGSTREAM        1316 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing tc_version()\n");
LOGSTREAM        1326 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "PASS\n");
LOGSTREAM         279 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "  Test %d out of %d: %s\n",
LOGSTREAM         386 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "Thread %2d: locks %6d ok; %6d trylocks failed\n",
LOGSTREAM         582 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "calloc(%"PRIxS", %"PRIxS"): %p\n", n, s, p);
LOGSTREAM         637 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should not have failed.\n");
LOGSTREAM         641 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         649 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation should have failed.\n");
LOGSTREAM         654 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         670 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "new_handler was not called.\n");
LOGSTREAM         681 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should not have failed.\n");
LOGSTREAM         685 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "allocation threw unexpected exception.\n");
LOGSTREAM         693 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       fprintf(LOGSTREAM, "allocation should have failed.\n");
LOGSTREAM         697 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "nothrow allocation threw unexpected exception.\n");
LOGSTREAM         713 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "nothrow new_handler was not called.\n");
LOGSTREAM         753 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing alignment of malloc(%d)\n", size);
LOGSTREAM         781 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "==== Testing huge thread cache\n");
LOGSTREAM        1000 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     fprintf(LOGSTREAM, "Testing fragmentation\n");
LOGSTREAM        1018 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing empty allocation\n");
LOGSTREAM        1031 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing STL use\n");
LOGSTREAM        1042 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Sanity-testing all the memory allocation functions\n");
LOGSTREAM        1222 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing large allocation\n");
LOGSTREAM        1233 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing calloc\n");
LOGSTREAM        1254 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing realloc\n");
LOGSTREAM        1257 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new(nothrow).\n");
LOGSTREAM        1259 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new[](nothrow).\n");
LOGSTREAM        1261 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new.\n");
LOGSTREAM        1263 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing operator new[].\n");
LOGSTREAM        1267 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing threaded allocation/deallocation (%d threads)\n",
LOGSTREAM        1283 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing huge allocations\n");
LOGSTREAM        1288 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing out of memory\n");
LOGSTREAM        1316 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "Testing tc_version()\n");
LOGSTREAM        1326 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   fprintf(LOGSTREAM, "PASS\n");