/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-checker.cc | 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_); in Shutdown() 723 RAW_LOG(ERROR, "Memory region for stack at %p not found. " in RegisterStackLocked() 903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. " in UseProcMapsLocked() 918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. " in UseProcMapsLocked() 971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak " in UseProcMapsLocked() 1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an" in IgnoreNonThreadLiveObjectsLocked() 1229 RAW_LOG(ERROR, "Have memory regions w/o callers: " in IgnoreNonThreadLiveObjectsLocked() 1244 RAW_LOG(WARNING, "Have threads: Won't CPU-profile the bulk of leak " in IsOneThread() 1310 RAW_LOG(WARNING, "Thread finding failed with %d errno=%d", r, errno); in IgnoreAllLiveObjectsLocked() 1312 RAW_LOG(INFO, "Thread finding callback " in IgnoreAllLiveObjectsLocked() [all …]
|
D | heap-profiler.cc | 235 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name); in DumpProfileLocked() 337 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message); in RawInfoStackDumper() 348 RAW_LOG(INFO, in MmapHook() 366 RAW_LOG(INFO, in MremapHook() 383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")", in MunmapHook() 393 RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"", in SbrkHook() 505 RAW_LOG(FATAL, "Memory leak in HeapProfiler:"); in HeapProfilerStop() 536 RAW_LOG(WARNING, ("HeapProfiler: ignoring HEAPPROFILE because " in HeapProfilerInit()
|
D | debugallocation.cc | 418 RAW_LOG(FATAL, "memory allocation bug: object at %p " in CheckLocked() 424 RAW_LOG(FATAL, "memory allocation bug: object at %p " in CheckLocked() 429 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 435 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 443 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " in CheckLocked() 447 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " in CheckLocked() 455 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 458 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: " in CheckLocked() 463 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : " in CheckLocked() 491 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size); in Allocate() [all …]
|
D | heap-profile-table.cc | 521 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name); in WriteProfile() 546 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())"); in CleanupOldProfiles() 619 RAW_LOG(ERROR, "Leak check %s detected leaks of %"PRIuS" bytes " in ReportLeaks() 645 RAW_LOG(ERROR, "The %d largest leaks:", to_report); in ReportLeaks() 669 RAW_LOG(ERROR, "%s", buffer); in ReportLeaks() 673 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d", in ReportLeaks() 681 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); in ReportLeaks() 690 RAW_LOG(ERROR, "leaked %"PRIuS" byte object %p", v->bytes, ptr); in ReportObject()
|
D | memory_region_map.cc | 241 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used"); in Shutdown() 640 RAW_LOG(INFO, "List of regions:"); in LogAllLocked() 644 RAW_LOG(INFO, "Memory region 0x%"PRIxPTR"..0x%"PRIxPTR" " in LogAllLocked() 651 RAW_LOG(INFO, "End of regions list"); in LogAllLocked()
|
D | getpc.h | 171 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n"); in GetPC()
|
D | profile-handler.cc | 274 RAW_LOG(INFO, "Disabling profiler because %s handler is already in use.", in ProfileHandler() 381 RAW_LOG(FATAL, "Invalid token"); in UnregisterCallback()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-checker.cc | 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_); in Shutdown() 723 RAW_LOG(ERROR, "Memory region for stack at %p not found. " in RegisterStackLocked() 903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. " in UseProcMapsLocked() 918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. " in UseProcMapsLocked() 971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak " in UseProcMapsLocked() 1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an" in IgnoreNonThreadLiveObjectsLocked() 1229 RAW_LOG(ERROR, "Have memory regions w/o callers: " in IgnoreNonThreadLiveObjectsLocked() 1244 RAW_LOG(WARNING, "Have threads: Won't CPU-profile the bulk of leak " in IsOneThread() 1310 RAW_LOG(WARNING, "Thread finding failed with %d errno=%d", r, errno); in IgnoreAllLiveObjectsLocked() 1312 RAW_LOG(INFO, "Thread finding callback " in IgnoreAllLiveObjectsLocked() [all …]
|
D | debugallocation.cc | 416 RAW_LOG(FATAL, "memory allocation bug: object at %p " in CheckLocked() 422 RAW_LOG(FATAL, "memory allocation bug: object at %p " in CheckLocked() 427 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 433 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 441 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " in CheckLocked() 445 RAW_LOG(FATAL, "memory stomping bug: a word after object at %p " in CheckLocked() 453 RAW_LOG(FATAL, "memory stomping bug: a word before object at %p " in CheckLocked() 456 RAW_LOG(FATAL, "memory allocation/deallocation mismatch at %p: " in CheckLocked() 461 RAW_LOG(FATAL, "memory stomping bug: our memory map has been corrupted : " in CheckLocked() 489 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size); in Allocate() [all …]
|
D | heap-profiler.cc | 292 RAW_LOG(ERROR, "Failed dumping heap profile to %s", file_name); in DumpProfileLocked() 416 RAW_LOG(INFO, "%.*s", static_cast<int>(strlen(message) - 1), message); in RawInfoStackDumper() 427 RAW_LOG(INFO, in MmapHook() 445 RAW_LOG(INFO, in MremapHook() 462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")", in MunmapHook() 472 RAW_LOG(INFO, "sbrk(inc=%" PRIdS ") = 0x%" PRIxPTR, in SbrkHook() 621 RAW_LOG(FATAL, "Memory leak in HeapProfiler:"); in HeapProfilerStop() 676 RAW_LOG(WARNING, ("HeapProfiler: ignoring " HEAPPROFILE " because " in HeapProfilerInit()
|
D | heap-profile-table.cc | 356 RAW_LOG(ERROR, "Failed dumping live objects to %s", file_name); in DumpMarkedObjects() 368 RAW_LOG(ERROR, "Failed dumping type statistics to %s", file_name); in DumpTypeStatistics() 565 RAW_LOG(ERROR, "Failed dumping filtered heap profile to %s", file_name); in WriteProfile() 604 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())"); in CleanupOldProfiles() 677 RAW_LOG(ERROR, "Leak check %s detected leaks of %" PRIuS " bytes " in ReportLeaks() 703 RAW_LOG(ERROR, "The %d largest leaks:", to_report); in ReportLeaks() 727 RAW_LOG(ERROR, "%s", buffer); in ReportLeaks() 731 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d", in ReportLeaks() 739 RAW_LOG(ERROR, "Could not write pprof profile to %s", filename); in ReportLeaks() 748 RAW_LOG(ERROR, "leaked %" PRIuS " byte object %p", v->bytes, ptr); in ReportObject()
|
D | getpc.h | 174 RAW_LOG(ERROR, "GetPC is not yet implemented on Windows\n"); in GetPC()
|
D | memory_region_map.cc | 273 RAW_LOG(WARNING, "Can't delete LowLevelAlloc arena: it's being used"); in Shutdown() 804 RAW_LOG(INFO, "List of regions:"); in LogAllLocked() 808 RAW_LOG(INFO, "Memory region 0x%" PRIxPTR "..0x%" PRIxPTR " " in LogAllLocked() 815 RAW_LOG(INFO, "End of regions list"); in LogAllLocked()
|
D | profile-handler.cc | 274 RAW_LOG(INFO, "Disabling profiler because %s handler is already in use.", in ProfileHandler() 381 RAW_LOG(FATAL, "Invalid token"); in UnregisterCallback()
|
/external/chromium_org/base/process/ |
D | launch_posix.cc | 165 RAW_LOG(FATAL, "sigaction (get) failed."); in ResetChildSignalHandlersToDefaults() 173 RAW_LOG(FATAL, "sigaction (set) failed."); in ResetChildSignalHandlersToDefaults() 179 RAW_LOG(FATAL, "Cound not fix sa_restorer."); in ResetChildSignalHandlersToDefaults() 346 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchProcess() 352 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchProcess() 360 RAW_LOG(ERROR, "setpgid failed"); in LaunchProcess() 376 RAW_LOG(WARNING, "getrlimit failed"); in LaunchProcess() 380 RAW_LOG(WARNING, "setrlimit failed"); in LaunchProcess() 410 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); in LaunchProcess() 413 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set"); in LaunchProcess() [all …]
|
D | launch_mac.cc | 39 RAW_LOG(FATAL, "Failed to look up replacement bootstrap port."); in ReplaceBootstrapPort() 44 RAW_LOG(FATAL, "Failed to replace bootstrap port."); in ReplaceBootstrapPort()
|
D | process_metrics_posix.cc | 44 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); in GetMaxFds()
|
/external/chromium_org/sandbox/linux/services/ |
D | broker_process.cc | 83 RAW_LOG(FATAL, "*file_to_open should be NULL"); in GetFileNameInWhitelist() 284 RAW_LOG(ERROR, "Could not make request to broker process"); in PathAndFlagsSyscall() 309 RAW_LOG(ERROR, "Unsupported command"); in PathAndFlagsSyscall() 313 RAW_LOG(ERROR, "Could not read pickle"); in PathAndFlagsSyscall()
|
/external/chromium_org/base/third_party/symbolize/glog/ |
D | raw_logging.h | 6 #define RAW_LOG(severity, ...); // Do nothing. macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | pagemap_unittest.cc | 66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit); in TestMap() 123 RAW_LOG(ERROR, "Running NextTest %s\n", name); in TestNext()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | pagemap_unittest.cc | 66 RAW_LOG(INFO, "Running test with %d iterations...\n", limit); in TestMap() 123 RAW_LOG(ERROR, "Running NextTest %s\n", name); in TestNext()
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_main_posix.cc | 223 RAW_LOG(WARNING, "No UI thread, exiting ungracefully."); in ThreadMain() 236 RAW_LOG(WARNING, "Still here, exiting really ungracefully."); in ThreadMain()
|
/external/chromium_org/tools/android/forwarder2/ |
D | common.h | 35 RAW_LOG(Level, Msg);
|
/external/chromium_org/base/files/ |
D | dir_reader_linux.h | 41 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | die.cc | 62 RAW_LOG(FATAL, msg); in RawSandboxDie()
|