OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sanitizer_get_free_bytes
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/asan/
asan_stats.cc
155
uptr
__sanitizer_get_free_bytes
() {
function
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
237
uptr
__sanitizer_get_free_bytes
() { return 0; }
function
/external/compiler-rt/lib/msan/
msan_allocator.cc
236
uptr
__sanitizer_get_free_bytes
() { return 1; }
function
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
277
uptr
__sanitizer_get_free_bytes
() {
function
/external/compiler-rt/lib/scudo/
scudo_allocator.cpp
617
uptr
__sanitizer_get_free_bytes
() {
function in namespace:__scudo
Completed in 4666 milliseconds