Searched refs:TraceSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp72 AllocationTrace.TraceSize = 0;
73 DeallocationTrace.TraceSize = 0;
80 AllocationTrace.TraceSize = compression::pack(
91 DeallocationTrace.TraceSize = 0;
98 DeallocationTrace.TraceSize = compression::pack(
453 Meta->DeallocationTrace.TraceSize, UncompressedTrace,
467 Meta->AllocationTrace.CompressedTrace, Meta->AllocationTrace.TraceSize,
H A Dguarded_pool_allocator.h67 size_t TraceSize = 0; member in struct:gwp_asan::GuardedPoolAllocator::AllocationMetadata::CallSiteInfo
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp73 MapThreadTrace(GetThreadTrace(tid), TraceSize() * sizeof(Event), name);
587 uptr TraceSize() { function in namespace:__tsan
592 return TraceSize() / kTracePartSize;
H A Dtsan_rtl_report.cpp391 const u64 epoch0 = RoundDown(epoch, TraceSize());
392 const u64 eend = epoch % TraceSize();
H A Dtsan_rtl_thread.cpp71 ReleaseMemoryPagesToOS(trace_p, trace_p + TraceSize() * sizeof(Event));
H A Dtsan_rtl.h846 uptr TraceSize();

Completed in 170 milliseconds