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

1 2

  /external/compiler-rt/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
allocator_interface.h 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h 23 uptr __sanitizer_get_estimated_allocated_size(uptr size);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 117 EXPECT_EQ(10U, __sanitizer_get_estimated_allocated_size(10));
118 EXPECT_EQ(20U, __sanitizer_get_estimated_allocated_size(20));
119 EXPECT_EQ(100U, __sanitizer_get_estimated_allocated_size(100));
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 18 EXPECT_EQ(0U, __sanitizer_get_estimated_allocated_size(0));
21 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i]));
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 243 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } function

Completed in 701 milliseconds

1 2