mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
fe6e77f6fb
Summary: This tweaks some behaviors of the allocator wrt 32-bit, notably tailoring the size-class map. I had to remove a `printStats` from `__scudo_print_stats` since when within Bionic they share the same slot so they can't coexist at the same time. I have to find a solution for that later, but right now we are not using the Svelte configuration. Reviewers: rengolin Subscribers: #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D74178
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. ================================