mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 01:26:04 +00:00

Now that D137666 requires 48-bit VMA for AArch64, we can switch to SizeClassAllocator64 for a slightly more efficient allocator (asan/lsan already switched by default). It seems that we can pick kSpaceBeg = 0xE00000000000ULL to support both Linux ("app-15") and FreeBSD ("high memory"). Reviewed By: #sanitizers, vitalybuka Differential Revision: https://reviews.llvm.org/D140792
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================