Home
last modified time | relevance | path

Searched refs:kBufferSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp306 char buffer[kBufferSize]; in SendCommand()
307 internal_snprintf(buffer, kBufferSize, "0x%zx\n0x%zx\n", in SendCommand()
312 static const uptr kBufferSize = 64;
311 static const uptr kBufferSize = 64; global() member in __sanitizer::Addr2LinePool
394 static const int kBufferSize = 16 * 1024; global() member in __sanitizer::InternalSymbolizer
H A Dsanitizer_symbolizer_internal.h145 static const uptr kBufferSize = 16 * 1024; variable
146 char buffer_[kBufferSize];
H A Dsanitizer_symbolizer_libcdep.cpp459 size_needed = internal_snprintf(buffer_, kBufferSize, "%s \"%s\" 0x%zx\n", in FormatAndSendCommand()
462 size_needed = internal_snprintf(buffer_, kBufferSize, in FormatAndSendCommand()
467 if (size_needed >= static_cast<int>(kBufferSize)) { in SymbolizerProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp162 const uint32_t kBufferSize = 1024; in DecodeNextSection() local
163 DataExtractor section_header_data = ReadImageData(*offset_ptr, kBufferSize); in DecodeNextSection()
421 const uint32_t kBufferSize = 1024; in GetExternalDebugInfoFileSpec() local
423 ReadImageData(sect_info.offset, kBufferSize); in GetExternalDebugInfoFileSpec()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc912 constexpr size_t kBufferSize = 1024; in Wait() local
916 captured_stderr_.resize(old_length + kBufferSize); in Wait()
919 kBufferSize, &bytes_read); in Wait()