Home
last modified time | relevance | path

Searched refs:ScopedDisableMemoryTagChecks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h123 class ScopedDisableMemoryTagChecks {
127 ScopedDisableMemoryTagChecks() { in ScopedDisableMemoryTagChecks() function
137 ~ScopedDisableMemoryTagChecks() { in ~ScopedDisableMemoryTagChecks()
271 struct ScopedDisableMemoryTagChecks { struct
272 ScopedDisableMemoryTagChecks() {} in ScopedDisableMemoryTagChecks() function
H A Dcombined.h687 ScopedDisableMemoryTagChecks x; in iterateOverChunks()