llvm-project/compiler-rt/lib/scudo/standalone
Kostya Kortchinsky 7421f7bd66 [scudo][standalone] Add bytemap classes
Summary:
The bytemap classes will be used by the primary32 allocator to associate
classes with memory regions. It's similar to the sanitizer_common one
except for the fact that the base (level1) maps are mapped instead of
being static to reduce the memory footprint of an uninitialized allocator.

Reviewers: vitalybuka, eugenis, morehouse, flowerhack, dmmoore415, mcgrathr

Reviewed By: vitalybuka, morehouse

Subscribers: mgorny, delcypher, jfb, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

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

llvm-svn: 355416
2019-03-05 17:36:11 +00:00
..
tests [scudo][standalone] Add bytemap classes 2019-03-05 17:36:11 +00:00
CMakeLists.txt [scudo][standalone] Add bytemap classes 2019-03-05 17:36:11 +00:00
atomic_helpers.h [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
bytemap.h [scudo][standalone] Add bytemap classes 2019-03-05 17:36:11 +00:00
common.cc [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
common.h [scudo][standalone] Add a standalone vector class 2019-02-27 16:30:05 +00:00
fuchsia.cc [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
internal_defs.h [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
linux.cc [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
linux.h [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
list.h
mutex.h [scudo][standalone] Introduce platform specific code & mutexes 2019-02-26 16:47:25 +00:00
platform.h
vector.h [scudo][standalone] Add a standalone vector class 2019-02-27 16:30:05 +00:00