llvm-project/compiler-rt/include/sanitizer
Alexander Potapenko 1746f555ee Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by
the client programs to notify the tools that sandboxing is about to be turned on.

llvm-svn: 169732
2012-12-10 13:10:40 +00:00
..
asan_interface.h ASan: change the strategy we use for installing malloc/free/symbolization hooks on Linux: don't provide a default no-op implementations for hooks in runtime, and optionally call hooks if they are provided by the user. Don't force weak interface functions into runtime. 2012-12-07 22:01:28 +00:00
common_interface_defs.h Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by 2012-12-10 13:10:40 +00:00