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