Home | History | Annotate | Download | only in src

Lines Matching refs:RAW_LOG

305       RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. "
918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. "
971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak "
1012 // due to reliance on locale functions (these are called through RAW_LOG
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1229 RAW_LOG(ERROR, "Have memory regions w/o callers: "
1244 RAW_LOG(WARNING, "Have threads: Won't CPU-profile the bulk of leak "
1310 RAW_LOG(WARNING, "Thread finding failed with %d errno=%d", r, errno);
1312 RAW_LOG(INFO, "Thread finding callback "
1316 RAW_LOG(FATAL, "Thread finding callback was "
1319 RAW_LOG(ERROR, "Could not find thread stacks. "
1323 RAW_LOG(ERROR, "Thread stacks not found for %d threads. "
1329 RAW_LOG(WARNING, "Not looking for thread stacks; "
1479 RAW_LOG(FATAL, "FindAllocDetails failed on ptr %p", ptr);
1481 RAW_LOG(INFO, "New live %p object's alloc stack:", ptr);
1483 RAW_LOG(INFO, " @ %p", alloc.call_stack[i]);
1509 RAW_LOG(WARNING, "DisableChecksIn(%s) is ignored", pattern);
1518 RAW_LOG(ERROR, "No live heap object at %p to ignore", ptr);
1527 RAW_LOG(WARNING, "Object at %p is already being ignored", ptr);
1538 RAW_LOG(FATAL, "No live heap object at %p to un-ignore", ptr);
1550 if (!found) RAW_LOG(FATAL, "Object at %p has not been ignored", ptr);
1599 RAW_LOG(WARNING, "Heap checker is not active, "
1601 RAW_LOG(WARNING, "To activate set the HEAPCHECK environment variable.\n");
1634 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1642 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1677 RAW_LOG(WARNING,
1714 RAW_LOG(FATAL, "Must not call heap leak checker manually after "
1727 RAW_LOG(WARNING, "Heap leak checker got turned off after checker "
1746 RAW_LOG(FATAL, "Heap leak checker must not be turned on "
1772 RAW_LOG(FATAL, "Internal HeapChecker leak of %d objects ; %d -> %d",
1778 RAW_LOG(WARNING, "--heap_check_test_pointer_alignment has no effect: "
1788 RAW_LOG(WARNING, "Found no leaks without pointer alignment: "
1792 RAW_LOG(INFO, "Found leaks without pointer alignment as well: "
1794 RAW_LOG(INFO, "--heap_check_test_pointer_alignment did not help "
1809 RAW_LOG(WARNING,
1867 RAW_LOG(FATAL, "Some *NoLeaks|SameHeap method"
1961 RAW_LOG(WARNING, "Can't run under Valgrind; will turn itself off");
1969 RAW_LOG(WARNING, "Someone is ptrace()ing us; will turn itself off");
1977 RAW_LOG(FATAL, "Can not start so late. You have to enable heap checking "
2019 RAW_LOG(FATAL, "Unsupported heap_check flag: %s",
2160 RAW_LOG(FATAL, "Whole-program memory leaks found.");
2162 RAW_LOG(ERROR, "Exiting with error code (instead of crashing) "
2262 // so the RAW_LOG messages here are controllable.
2279 RAW_LOG(WARNING, ("HeapChecker: ignoring HEAPCHECK because "
2345 RAW_LOG(FATAL, "Two DisableChecksToHereFrom calls conflict: "