Home
last modified time | relevance | path

Searched refs:TSDRegistryT (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h36 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive member
54 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs. member
68 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs. member
77 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 4U>; // Shared, max 8 TSDs. member
Dtsd_exclusive.h121 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread() typedef
128 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
129 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()
135 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
136 TSDRegistryT::State.InitState = ThreadState::TornDown; in teardownThread()
Dcombined.h51 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef
218 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()
975 TSDRegistryT TSDRegistry;
/external/scudo/standalone/
Dtsd_exclusive.h128 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread() typedef
135 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
136 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()
142 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
143 TSDRegistryT::State.InitState = ThreadState::TornDown; in teardownThread()
Dallocator_config.h80 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive member
109 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs. member
138 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs. member
155 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 4U>; // Shared, max 8 TSDs. member
Dcombined.h51 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef
225 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()
987 TSDRegistryT TSDRegistry;
/external/scudo/standalone/tests/
Dtsd_test.cpp25 using TSDRegistryT = typename Config::template TSDRegistryT<ThisT>; typedef in MockAllocator
39 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()
46 TSDRegistryT TSDRegistry;
51 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 1U, 1U>; typedef
56 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 16U, 8U>; typedef
61 using TSDRegistryT = scudo::TSDRegistryExT<Allocator>; typedef
Dcombined_test.cpp495 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>; typedef
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dtsd_test.cpp25 using TSDRegistryT = typename Config::template TSDRegistryT<ThisT>; typedef in MockAllocator
39 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()
46 TSDRegistryT TSDRegistry;
51 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 1U, 1U>; typedef
56 using TSDRegistryT = scudo::TSDRegistrySharedT<Allocator, 16U, 8U>; typedef
61 using TSDRegistryT = scudo::TSDRegistryExT<Allocator>; typedef
Dcombined_test.cpp405 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>; typedef