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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h222 TSDRegistry.initThreadMaybe(this, MinimalInit);
227 TSDRegistry.unmapTestOnly(this);
237 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; }
261 void drainCaches() { TSDRegistry.drainCaches(this); }
339 : TSDRegistry.getDisableMemInit()
368 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
689 TSDRegistry.disable();
702 TSDRegistry.enable();
819 const bool RegistryResult = TSDRegistry.setOption(O, Value);
888 TSDRegistry
1022 TSDRegistryT TSDRegistry; member in class:scudo::Allocator
[all...]

Completed in 160 milliseconds