llvm-project/compiler-rt/include/sanitizer
Kostya Kortchinsky 541c5a0797 [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
Summary:
`__scudo_set_rss_limit`'s `LimitMb` should really be a `size_t`. Update
accordingly the prototype. To avoid the `NOLINT` and conform with the other
Sanitizers, use the sanitizers types for the internal definition. This should
have no functional change.

Additionally, capitalize a variable name to follow the LLVM coding standards.

Reviewers: alekseyshl, flowerhack

Reviewed By: alekseyshl

Subscribers: #sanitizers, llvm-commits

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

llvm-svn: 321803
2018-01-04 17:05:04 +00:00
..
allocator_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
asan_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
common_interface_defs.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
coverage_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
dfsan_interface.h [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other sanitizers. Hide the declaration and the calls in better macros 2015-07-30 02:32:51 +00:00
esan_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
hwasan_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
linux_syscall_hooks.h [sanitizer] Add syscall handlers for sigaction and rt_sigaction. 2016-06-24 23:09:44 +00:00
lsan_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
msan_interface.h [sanitizer] Make function declarations C-compatible 2017-12-21 20:51:16 +00:00
scudo_interface.h [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit 2018-01-04 17:05:04 +00:00
tsan_interface.h [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker_init behavior 2017-10-20 12:08:53 +00:00
tsan_interface_atomic.h [TSan] Move declarations of __tsan_atomic functions to a public header 2013-12-11 08:18:50 +00:00