llvm-project/compiler-rt/lib/scudo/standalone
Christopher Ferris 14df08f058 [scudo][standalone] Match function name change to bionic name change.
Summary: Bionic was modified to have all function names consistent. Modify the code and get rid of the special case for bionic since it's no longer needed.

Reviewers: cryptoad

Reviewed By: cryptoad

Subscribers: srhines, llvm-commits, #sanitizers

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D70031
2019-11-11 09:41:57 -08:00
..
tests [scudo][standalone] Fix Secondary bug w/ freelist 2019-10-31 14:38:30 -07:00
CMakeLists.txt [scudo][standalone] Add a free list to the Secondary 2019-10-30 08:55:58 -07:00
allocator_config.h [scudo][standalone] Add a free list to the Secondary 2019-10-30 08:55:58 -07:00
atomic_helpers.h [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one 2019-07-11 15:32:26 +00:00
bytemap.h [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one 2019-07-11 15:32:26 +00:00
checksum.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
checksum.h [scudo][standalone] Introduce the chunk header 2019-05-08 21:54:02 +00:00
chunk.h compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
combined.h [scudo][standalone] Fix Secondary bug w/ freelist 2019-10-31 14:38:30 -07:00
common.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
common.h [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one 2019-07-11 15:32:26 +00:00
crc32_hw.cpp [scudo][standalone] Get statistics in a char buffer 2019-10-09 15:09:28 +00:00
flags.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
flags.h [scudo][standalone] Add flags & related parsers 2019-04-09 14:57:25 +00:00
flags.inc [scudo][standalone] Add flags & related parsers 2019-04-09 14:57:25 +00:00
flags_parser.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
flags_parser.h [scudo][standalone] Introduce the C & C++ wrappers [fixed] 2019-06-27 14:23:26 +00:00
fuchsia.cpp [scudo][standalone] Minor corrections 2019-08-12 15:35:09 +00:00
fuchsia.h [scudo][standalone] Introduce the Secondary allocator 2019-04-24 14:20:49 +00:00
interface.h [scudo][standalone] Add flags & related parsers 2019-04-09 14:57:25 +00:00
internal_defs.h [scudo][standalone] Minor corrections 2019-08-12 15:35:09 +00:00
linux.cpp [scudo][standalone] Minor corrections 2019-08-12 15:35:09 +00:00
linux.h scudo: Update TLS_SLOT_SANITIZER value. 2019-10-18 20:00:32 +00:00
list.h [scudo][standalone] Lists fix 2019-10-28 15:08:08 -07:00
local_cache.h [scudo][standalone] Add more stats to mallinfo 2019-08-14 16:04:01 +00:00
mutex.h [scudo][standalone] Add more stats to mallinfo 2019-08-14 16:04:01 +00:00
platform.h
primary32.h [scudo][standalone] Consolidate lists 2019-10-28 09:34:36 -07:00
primary64.h [scudo][standalone] Consolidate lists 2019-10-28 09:34:36 -07:00
quarantine.h [scudo][standalone] Consolidate lists 2019-10-28 09:34:36 -07:00
release.h [scudo][standalone] Consolidate lists 2019-10-28 09:34:36 -07:00
report.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
report.h [scudo][standalone] Add error reports 2019-03-20 14:31:23 +00:00
secondary.h [scudo][standalone] Fix Secondary bug w/ freelist 2019-10-31 14:38:30 -07:00
size_class_map.h [scudo][standalone] Get statistics in a char buffer 2019-10-09 15:09:28 +00:00
stats.h [scudo][standalone] Consolidate lists 2019-10-28 09:34:36 -07:00
string_utils.cpp [scudo][standalone] Get statistics in a char buffer 2019-10-09 15:09:28 +00:00
string_utils.h [scudo][standalone] Get statistics in a char buffer 2019-10-09 15:09:28 +00:00
tsd.h [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one 2019-07-11 15:32:26 +00:00
tsd_exclusive.h [scudo][standalone] Optimization pass 2019-07-24 16:36:01 +00:00
tsd_shared.h [scudo][standalone] Optimization pass 2019-07-24 16:36:01 +00:00
vector.h [scudo][standalone] Add a standalone vector class 2019-02-27 16:30:05 +00:00
wrappers_c.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
wrappers_c.h [scudo][standalone] Introduce the C & C++ wrappers [fixed] 2019-06-27 14:23:26 +00:00
wrappers_c.inc [scudo][standalone] Match function name change to bionic name change. 2019-11-11 09:41:57 -08:00
wrappers_c_bionic.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00
wrappers_c_checks.h [scudo][standalone] Introduce the C & C++ wrappers [fixed] 2019-06-27 14:23:26 +00:00
wrappers_cpp.cpp compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp 2019-08-01 14:36:38 +00:00