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

  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /external/compiler-rt/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 47 fall into quarantine and will count toward __sanitizer_get_free_bytes()
49 size_t __sanitizer_get_free_bytes();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 29 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 114 uptr free0 = __sanitizer_get_free_bytes();
127 EXPECT_EQ(free0, __sanitizer_get_free_bytes());
134 EXPECT_EQ(free0, __sanitizer_get_free_bytes());
  /external/compiler-rt/lib/asan/
asan_stats.cc 155 uptr __sanitizer_get_free_bytes() { function
asan_win_dll_thunk.cc 321 INTERFACE_FUNCTION(__sanitizer_get_free_bytes)
  /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 1337 milliseconds