WRITE_TO_STDERR    58 third_party/tcmalloc/chromium/src/base/logging.h #define WRITE_TO_STDERR(buf, len) WriteToStderr(buf, len);  // in port.cc
WRITE_TO_STDERR    61 third_party/tcmalloc/chromium/src/base/logging.h #define WRITE_TO_STDERR(buf, len) \
WRITE_TO_STDERR    65 third_party/tcmalloc/chromium/src/base/logging.h #define WRITE_TO_STDERR(buf, len) syscall(SYS_write, STDERR_FILENO, buf, len)
WRITE_TO_STDERR    67 third_party/tcmalloc/chromium/src/base/logging.h #define WRITE_TO_STDERR(buf, len) write(STDERR_FILENO, buf, len)
WRITE_TO_STDERR    57 third_party/tcmalloc/vendor/src/base/logging.h #define WRITE_TO_STDERR(buf, len) WriteToStderr(buf, len);  // in port.cc
WRITE_TO_STDERR    60 third_party/tcmalloc/vendor/src/base/logging.h #define WRITE_TO_STDERR(buf, len) syscall(SYS_write, STDERR_FILENO, buf, len)
WRITE_TO_STDERR    62 third_party/tcmalloc/vendor/src/base/logging.h #define WRITE_TO_STDERR(buf, len) write(STDERR_FILENO, buf, len)