llvm-project/compiler-rt/test/scudo
Kostya Kortchinsky 76969eaf3d [scudo] Add C++17 aligned new/delete operators support
Summary:
This CL adds support for aligned new/delete operators (C++17). Currently we
do not support alignment inconsistency detection on deallocation, as this
requires a header change, but the APIs are introduced and are functional.

Add a smoke test for the aligned version of the operators.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: delcypher, #sanitizers, llvm-commits

Differential Revision: https://reviews.llvm.org/D48031

llvm-svn: 334505
2018-06-12 14:42:40 +00:00
..
CMakeLists.txt [scudo] Android build support 2017-09-18 15:40:53 +00:00
aligned-new.cpp [scudo] Add C++17 aligned new/delete operators support 2018-06-12 14:42:40 +00:00
alignment.c [scudo] Make logging more consistent 2018-03-07 16:22:16 +00:00
double-free.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
interface.cpp [scudo] Touch memory to count as RSS 2018-01-01 18:19:06 +00:00
lit.cfg [scudo] Use -fsanitize=scudo rather than --whole-archive in tests 2018-01-18 20:02:56 +00:00
lit.site.cfg.in [scudo] Additional modifications for Android tests support 2017-09-18 20:31:57 +00:00
malloc.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
memalign.c [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
mismatch.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
options.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
overflow.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
preinit.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
preload.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
quarantine.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
random_shuffle.cpp [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
realloc.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
rss.c [scudo] Soft and hard RSS limit checks 2017-11-15 16:40:27 +00:00
secondary.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
sized-delete.cpp [scudo] Make logging more consistent 2018-03-07 16:22:16 +00:00
sizes.cpp [scudo] Make some tests less Linux-y 2018-02-26 17:14:44 +00:00
stats.c [scudo] Adding an interface function to print allocator stats 2018-04-25 18:52:29 +00:00
threads.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
tsd_destruction.c [scudo] Implement stricter separation of C vs C++ 2017-11-01 15:28:20 +00:00
valloc.c [scudo] Attempt to re-enable the valloc test on armhf 2018-01-04 18:35:28 +00:00