Home
last modified time | relevance | path

Searched refs:__sanitizer_get_estimated_allocated_size (Results 1 – 25 of 25) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc117 EXPECT_EQ(10U, __sanitizer_get_estimated_allocated_size(10)); in TEST()
118 EXPECT_EQ(20U, __sanitizer_get_estimated_allocated_size(20)); in TEST()
119 EXPECT_EQ(100U, __sanitizer_get_estimated_allocated_size(100)); in TEST()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cpp118 EXPECT_EQ(10U, __sanitizer_get_estimated_allocated_size(10)); in TEST()
119 EXPECT_EQ(20U, __sanitizer_get_estimated_allocated_size(20)); in TEST()
120 EXPECT_EQ(100U, __sanitizer_get_estimated_allocated_size(100)); in TEST()
/external/llvm-project/compiler-rt/test/memprof/TestCases/
Dinterface_test.cpp15 __sanitizer_get_estimated_allocated_size(8); in main()
/external/compiler-rt/include/sanitizer/
Dallocator_interface.h24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
/external/llvm-project/compiler-rt/include/sanitizer/
Dallocator_interface.h23 size_t __sanitizer_get_estimated_allocated_size(size_t size);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h23 uptr __sanitizer_get_estimated_allocated_size(uptr size);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
Dsanitizer_common_interface.inc33 INTERFACE_FUNCTION(__sanitizer_get_estimated_allocated_size)
/external/compiler-rt/lib/asan/tests/
Dasan_interface_test.cc18 EXPECT_EQ(0U, __sanitizer_get_estimated_allocated_size(0)); in TEST()
21 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i])); in TEST()
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_interface_test.cpp19 EXPECT_EQ(0U, __sanitizer_get_estimated_allocated_size(0)); in TEST()
22 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i])); in TEST()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc243 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc240 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc285 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc320 INTERFACE_FUNCTION(__sanitizer_get_estimated_allocated_size)
Dasan_allocator.cc890 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp338 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp366 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp385 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp404 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp625 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp792 uptr __sanitizer_get_estimated_allocated_size(uptr Size) { in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp890 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp1193 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4322 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); in TEST()
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp4582 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); in TEST()