diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2017-09-22 15:35:37 +0000 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2017-09-22 15:35:37 +0000 |
commit | 392480952c4e0081a932eb9ea093bd54f15e47ff (patch) | |
tree | 352d746681808e6837e177988a73fd27696bce11 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | ae42181db46e20055e7581ca94380ed0886fe2df (diff) | |
download | bcm5719-llvm-392480952c4e0081a932eb9ea093bd54f15e47ff.tar.gz bcm5719-llvm-392480952c4e0081a932eb9ea093bd54f15e47ff.zip |
[scudo] Scudo thread specific data refactor, part 1
Summary:
We are going through an overhaul of Scudo's TSD, to allow for new platforms
to be integrated more easily, and make the code more sound.
This first part is mostly renaming, preferring some shorter names, correcting
some comments. I removed `getPrng` and `getAllocatorCache` to directly access
the members, there was not really any benefit to them (and it was suggested by
Dmitry in D37590).
The only functional change is in `scudo_tls_android.cpp`: we enforce bounds to
the `NumberOfTSDs` and most of the logic in `getTSDAndLockSlow` is skipped if we
only have 1 TSD.
Reviewers: alekseyshl, dvyukov, kcc
Reviewed By: dvyukov
Subscribers: llvm-commits, srhines
Differential Revision: https://reviews.llvm.org/D38139
llvm-svn: 313987
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions