Searched refs:ScopedBoolean (Results 1 – 1 of 1) sorted by relevance
38 class ScopedBoolean { class40 ScopedBoolean(bool &B) : Bool(B) { Bool = true; } in ScopedBoolean() function in gwp_asan::__anonc9ba88ee0111::ScopedBoolean41 ~ScopedBoolean() { Bool = false; } in ~ScopedBoolean()93 ScopedBoolean B(ThreadLocals.RecursiveGuard); in RecordDeallocation()183 ScopedBoolean SB(ThreadLocals.RecursiveGuard); in allocate()