sanitizer support

This commit is contained in:
Jorge Aparicio
2016-12-29 23:28:11 -05:00
parent c14f87e3b0
commit 9af6aa3889
45 changed files with 810 additions and 6 deletions

View File

@@ -35,8 +35,12 @@ core = { path = "../../libcore" }
# Reexport features from std
[features]
asan = ["std/asan"]
backtrace = ["std/backtrace"]
debug-jemalloc = ["std/debug-jemalloc"]
jemalloc = ["std/jemalloc"]
force_alloc_system = ["std/force_alloc_system"]
lsan = ["std/lsan"]
msan = ["std/msan"]
panic-unwind = ["std/panic-unwind"]
tsan = ["std/tsan"]