Searched refs:TSDRegistrySharedT (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_config.h | 130 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 D | tsd_shared.h | 26 struct TSDRegistrySharedT { struct
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | tsd_test.cpp | 61 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 1U, 1U>; 66 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 16U, 8U>;
|
H A D | combined_test.cpp | 532 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>;
|