[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClassAllocato...
authorKostya Serebryany <kcc@google.com>
Sat, 6 Aug 2016 01:24:11 +0000 (01:24 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 6 Aug 2016 01:24:11 +0000 (01:24 +0000)
commit4cd2845e6a6f27dd5848e094ed9640ac88017c34
tree94f6846883c28222eef4953819afd63a95d37a7a
parentc209664b073aadff3dbefb298e6803e1636abcb7
[sanitizer] allocator: move TransferBatch into SizeClassAllocator64/SizeClassAllocator32 because we actually need different iplementations for the 64- and 32-bit case. NFC; the following patches will make the TransferBatch implementations differ

llvm-svn: 277899
compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
compiler-rt/lib/sanitizer_common/sanitizer_allocator_size_class_map.h
compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc