We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c094edb commit 4bf445dCopy full SHA for 4bf445d
compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
@@ -151,12 +151,8 @@ void TestAllocator<Config>::operator delete(void *ptr) {
151
}
152
153
template <class TypeParam> struct ScudoCombinedTest : public Test {
154
- ScudoCombinedTest() {
155
- Allocator = std::make_unique<AllocatorT>();
156
- }
157
- ~ScudoCombinedTest() {
158
- Allocator->releaseToOS(scudo::ReleaseToOS::Force);
159
+ ScudoCombinedTest() { Allocator = std::make_unique<AllocatorT>(); }
+ ~ScudoCombinedTest() { Allocator->releaseToOS(scudo::ReleaseToOS::Force); }
160
161
void RunTest();
162
0 commit comments