Home
last modified time | relevance | path

Searched defs:kBufferSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dduplicate_os_log_reports.cpp22 const int kBufferSize = 512; variable
/llvm-project/compiler-rt/test/safestack/
H A Dpthread-cleanup.c12 enum { kBufferSize = (1 << 15) }; enumerator
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfork_threaded.c35 static const size_t kBufferSize = 8192; global() variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h145 static const uptr kBufferSize = 16 * 1024; variable
H A Dsanitizer_symbolizer_posix_libcdep.cpp312 static const uptr kBufferSize = 64; member in __sanitizer::Addr2LinePool
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp162 const uint32_t kBufferSize = 1024; in DecodeNextSection() local
421 const uint32_t kBufferSize = 1024; in GetExternalDebugInfoFileSpec() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc910 constexpr size_t kBufferSize = 1024; in Wait() local