summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-02-03 20:49:42 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-02-03 20:49:42 +0000
commit8d6257b4bfa5d3201c4a601f9fda4d16c1b759fa (patch)
treec756c00233226126b1cff67eb45feffdde21cd9f /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
parent90505a0a2afb6ea9e8a8c1b326f25ca2282e4036 (diff)
downloadbcm5719-llvm-8d6257b4bfa5d3201c4a601f9fda4d16c1b759fa.tar.gz
bcm5719-llvm-8d6257b4bfa5d3201c4a601f9fda4d16c1b759fa.zip
[scudo] 32-bit quarantine sizes adjustments and bug fixes
Summary: The local and global quarantine sizes were not offering a distinction for 32-bit and 64-bit platforms. This is addressed with lower values for 32-bit. When writing additional tests for the quarantine, it was discovered that when calling some of the allocator interface function prior to any allocation operation having occured, the test would crash due to the allocator not being initialized. This was addressed by making sure the allocator is initialized for those scenarios. Relevant tests were added in interface.cpp and quarantine.cpp. Last change being the removal of the extraneous link dependencies for the tests thanks to rL293220, anf the addition of the gc-sections linker flag. Reviewers: kcc, alekseyshl Reviewed By: alekseyshl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D29341 llvm-svn: 294037
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud