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

1 2

  /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-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-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/darwin-x86/clang-4053586/lib64/clang/5.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-4053586/prebuilt_include/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-4393122/lib64/clang/5.0.1/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-4479392/lib64/clang/5.0.2/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-4579689/lib64/clang/6.0.1/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-4630689/lib64/clang/6.0.1/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-4639204/lib64/clang/6.0.1/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-4691093/lib64/clang/6.0.2/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-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-4053586/lib64/clang/5.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-4053586/prebuilt_include/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/linux-x86/clang-4393122/lib64/clang/5.0.1/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-4479392/lib64/clang/5.0.2/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-4579689/lib64/clang/6.0.1/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-4630689/lib64/clang/6.0.1/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-4639204/lib64/clang/6.0.1/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-4691093/lib64/clang/6.0.2/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
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 237 uptr __sanitizer_get_free_bytes() { return 0; } function

Completed in 511 milliseconds

1 2