Home
last modified time | relevance | path

Searched refs:InternalScopedBuffer (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h119 class InternalScopedBuffer {
121 explicit InternalScopedBuffer(uptr cnt) { in InternalScopedBuffer() function
125 ~InternalScopedBuffer() { in ~InternalScopedBuffer()
136 InternalScopedBuffer(const InternalScopedBuffer&);
137 void operator=(const InternalScopedBuffer&);
140 class InternalScopedString : public InternalScopedBuffer<char> {
143 : InternalScopedBuffer<char>(max_length), length_(0) { in InternalScopedString()
Dsanitizer_linux.h73 InternalScopedBuffer<char> buffer_;
Dsanitizer_unwind_linux_libcdep.cc150 InternalScopedBuffer<backtrace_frame_t> frames(kStackTraceMax); in SlowUnwindStackWithContext()
Dsanitizer_coverage_libcdep.cc558 InternalScopedBuffer<char> block(cov_max_block_size); in CovWritePacked()
714 InternalScopedBuffer<u8> bitset(n); in DumpCounters()
737 InternalScopedBuffer<char> out(size()); in DumpAsBitSet()
Dsanitizer_stoptheworld_linux_libcdep.cc275 InternalScopedBuffer<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
Dsanitizer_common.cc350 InternalScopedBuffer<char> buffer(kMaxPathLength); in FindPathToBinary()
Dsanitizer_win.cc328 InternalScopedBuffer<ModuleInfo> module_infos(num_modules); in DumpProcessMap()
/external/compiler-rt/lib/stats/
Dstats.cc44 InternalScopedBuffer<char> path(kMaxPathLength); in OpenStatsFile()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp71 InternalScopedBuffer<char> StackMap(SigAltStackSize); in runSideline()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc166 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
Dtsan_rtl.cc140 InternalScopedBuffer<char> buf(4096); in MemoryProfiler()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc648 InternalScopedBuffer<int> int_buf(kSize); in TEST()
651 InternalScopedBuffer<char> char_buf(kSize); in TEST()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()
/external/compiler-rt/lib/asan/
Dasan_report.cc696 InternalScopedBuffer<char> buffer_copy(kErrorMessageBufferSize); in ~ScopedInErrorReport()