forked from OSchip/llvm-project
parent
5a3d15c126
commit
6a68a9117b
|
@ -444,7 +444,7 @@ void *AllocatorLeakTestWorker(void *arg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(SanitizerCommon, AllocatorLeakTest) {
|
TEST(SanitizerCommon, AllocatorLeakTest) {
|
||||||
typedef typename AllocatorCache::Allocator Allocator;
|
typedef AllocatorCache::Allocator Allocator;
|
||||||
Allocator a;
|
Allocator a;
|
||||||
a.Init();
|
a.Init();
|
||||||
uptr total_used_memory = 0;
|
uptr total_used_memory = 0;
|
||||||
|
|
Loading…
Reference in New Issue