/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | allocator_config.h | 36 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
|
D | tsd_exclusive.h | 121 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()
|
D | combined.h | 51 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef 218 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry() 975 TSDRegistryT TSDRegistry;
|
/external/scudo/standalone/ |
D | tsd_exclusive.h | 128 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()
|
D | allocator_config.h | 80 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
|
D | combined.h | 51 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef 225 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry() 987 TSDRegistryT TSDRegistry;
|
/external/scudo/standalone/tests/ |
D | tsd_test.cpp | 25 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
|
D | combined_test.cpp | 495 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>; typedef
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | tsd_test.cpp | 25 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
|
D | combined_test.cpp | 405 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>; typedef
|