From 214621f7663896987dc509561c762460226c68c2 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 12 Dec 2012 14:32:18 +0000 Subject: [sanitizer] add OnMap/OnUmap callbacks to the allocator interface git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@169985 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/msan/msan_allocator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msan/msan_allocator.cc') diff --git a/lib/msan/msan_allocator.cc b/lib/msan/msan_allocator.cc index 5d865c30b..7435843ce 100644 --- a/lib/msan/msan_allocator.cc +++ b/lib/msan/msan_allocator.cc @@ -29,7 +29,7 @@ static const uptr kMetadataSize = sizeof(Metadata); typedef SizeClassAllocator64 PrimaryAllocator; typedef SizeClassAllocatorLocalCache AllocatorCache; -typedef LargeMmapAllocator SecondaryAllocator; +typedef LargeMmapAllocator<> SecondaryAllocator; typedef CombinedAllocator Allocator; -- cgit v1.2.3