/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
logging.cc | 59 void RawWrite(RawFD handle, const char* buf, size_t len) { 93 void RawWrite(RawFD fd, const char* buf, size_t len) {
|
logging.h | 285 void RawWrite(RawFD fd, const char* buf, size_t len);
|
sysinfo.cc | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
logging.cc | 59 void RawWrite(RawFD handle, const char* buf, size_t len) { 93 void RawWrite(RawFD fd, const char* buf, size_t len) {
|
logging.h | 255 void RawWrite(RawFD fd, const char* buf, size_t len);
|
sysinfo.cc | [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 377 RawWrite(fd, kTypeProfileStatsHeader, strlen(kTypeProfileStatsHeader)); 485 RawWrite(args.fd, buf, len); 507 RawWrite(args.fd, buf, len); 525 RawWrite(args.fd, buf, len); 568 RawWrite(fd, kProfileHeader, strlen(kProfileHeader)); 572 RawWrite(fd, buf, len); 575 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
|
heap-profiler.cc | 310 RawWrite(fd, profile, strlen(profile));
|
deep-heap-profile.cc | 463 RawWrite(fd_, buffer_, cursor_); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 474 RawWrite(args.fd, buf, len); 509 RawWrite(fd, kProfileHeader, strlen(kProfileHeader)); 513 RawWrite(fd, buf, len); 516 RawWrite(fd, kProcSelfMapsHeader, strlen(kProcSelfMapsHeader));
|
heap-profiler.cc | 249 RawWrite(fd, profile, strlen(profile));
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 87 void RawWrite(const char *buffer) { 88 static const char *kRawWriteError = "RawWrite can't output requested buffer!";
|
sanitizer_posix.cc | 61 RawWrite("ERROR: Failed to mmap\n");
|
sanitizer_internal_defs.h | 189 RawWrite(msg); \
|
sanitizer_printf.cc | 257 RawWrite(buffer);
|
sanitizer_common.h | 108 void RawWrite(const char *buffer);
|