Lines Matching defs:Sprintf
538 static std::string Sprintf(const char *format, ...) {
682 summary = summary + " at " + Sprintf("0x%llx", addr);
689 summary = summary + " on file descriptor " + Sprintf("%d", fd);
737 result = Sprintf("'%s' is a global variable (0x%llx)",
740 result = Sprintf("0x%llx is a global variable", global_addr);
763 result = Sprintf("Location is a %ld-byte %s object at 0x%llx", size,
767 Sprintf("Location is a %ld-byte heap object at 0x%llx", size, addr);
774 result = Sprintf("Location is stack of thread %d", tid);
780 result = Sprintf("Location is TLS of thread %d", tid);
786 result = Sprintf("Location is file descriptor %d", fd);
957 std::string addr_string = Sprintf(" at 0x%llx", addr);
966 result = Sprintf("%s access by thread %d",
970 result = Sprintf("modifying access by thread %d", thread_id);
972 result = Sprintf("%s%s of size %zu%s by thread %" PRIu64,
981 result = Sprintf("Thread %zu created", thread_id);
992 result = Sprintf("Heap block allocated by thread %" PRIu64, thread_id);
994 result = Sprintf("File descriptor %d created by thread %" PRIu64, fd,
1003 result = Sprintf("Mutex M%d created", mutex_id);
1009 result = Sprintf("Thread %" PRIu64, thread_id);