Home
last modified time | relevance | path

Searched refs:TSDRegistrySharedT (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h130 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.
163 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs.
183 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 4U>; // Shared, max 8 TSDs.
204 using TSDRegistryT = TSDRegistrySharedT<A, 1U, 1U>; // Shared, max 1 TSD.
H A Dtsd_shared.h26 struct TSDRegistrySharedT { struct
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp61 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 1U, 1U>;
66 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 16U, 8U>;
H A Dcombined_test.cpp532 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>;