llvm-project/compiler-rt/lib/gwp_asan
Evgenii Stepanov 46044a6900 [gwp-asan] Implement malloc_iterate.
Summary:
This is an Android-specific interface for iterating over all live
allocations in a memory range.

Reviewers: hctim, cferris

Subscribers: mgorny, mgrang, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D73305
2020-01-27 14:37:33 -08:00
..
optional [GWP-ASan] Split options_parser and backtrace_sanitizer_common. 2019-08-23 23:23:48 +00:00
platform_specific [GWP-ASan] Add names to anonymous mappings. 2020-01-24 15:02:02 -08:00
scripts [GWP-ASan] Add public-facing documentation [6]. 2019-08-21 17:53:51 +00:00
tests [gwp-asan] Implement malloc_iterate. 2020-01-27 14:37:33 -08:00
CMakeLists.txt [GWP-ASan] Respect compiler-rt's -fno-lto 2019-11-07 07:43:02 -08:00
definitions.h [GWP-ASan] Add GWP_ASAN_ prefix to macros. 2019-11-25 12:27:00 -08:00
guarded_pool_allocator.cpp [gwp-asan] Implement malloc_iterate. 2020-01-27 14:37:33 -08:00
guarded_pool_allocator.h [gwp-asan] Implement malloc_iterate. 2020-01-27 14:37:33 -08:00
mutex.h [GWP-ASan] Mutex implementation [2]. 2019-05-30 19:45:32 +00:00
options.h [GWP-ASan] Split options_parser and backtrace_sanitizer_common. 2019-08-23 23:23:48 +00:00
options.inc [GWP-ASan] enable/disable and fork support. 2020-01-24 13:53:26 -08:00
random.cpp [GWP-ASan] Add thread ID to PRNG seed. 2019-07-16 20:06:17 +00:00
random.h
stack_trace_compressor.cpp [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00
stack_trace_compressor.h [GWP-ASan] Implement stack frame compression. 2019-08-15 21:09:09 +00:00