HomeSort by relevance Sort by last modified time
    Searched defs:__sanitizer_get_free_bytes (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.cc 155 uptr __sanitizer_get_free_bytes() { function
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 219 uptr __sanitizer_get_free_bytes() { function
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 235 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

Completed in 530 milliseconds