forked from OSchip/llvm-project
f8352502a3
Summary: We introduced a way to fallback to the immediately larger size class for the Primary in the event a region was full, but in the event of the largest size class, we would just fail. This change allows to fallback to the Secondary when the last region of the Primary is full. We also expand the trick to all platforms as opposed to being Android only, and update the test to cover the new case. Reviewers: hctim, cferris, eugenis, morehouse, pcc Subscribers: #sanitizers, llvm-commits Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D76430 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
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. ================================