/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mman_test.cc | 117 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/ |
D | tsan_mman_test.cpp | 118 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/ |
D | interface_test.cpp | 15 __sanitizer_get_estimated_allocated_size(8); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | allocator_interface.h | 24 size_t __sanitizer_get_estimated_allocated_size(size_t size);
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | allocator_interface.h | 23 size_t __sanitizer_get_estimated_allocated_size(size_t size);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_interface.h | 23 uptr __sanitizer_get_estimated_allocated_size(uptr size);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_interface.h | 22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
|
D | sanitizer_common_interface.inc | 33 INTERFACE_FUNCTION(__sanitizer_get_estimated_allocated_size)
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_interface_test.cc | 18 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/ |
D | asan_interface_test.cpp | 19 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/ |
D | lsan_allocator.cc | 243 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 240 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 285 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/compiler-rt/lib/asan/ |
D | asan_win_dll_thunk.cc | 320 INTERFACE_FUNCTION(__sanitizer_get_estimated_allocated_size)
|
D | asan_allocator.cc | 890 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 338 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_allocator.cpp | 366 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/ |
D | tsan_mman.cpp | 385 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_allocator.cpp | 404 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 625 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 792 uptr __sanitizer_get_estimated_allocated_size(uptr Size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_allocator.cpp | 890 uptr __sanitizer_get_estimated_allocated_size(uptr size) { return size; } in __sanitizer_get_estimated_allocated_size() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_allocator.cpp | 1193 uptr __sanitizer_get_estimated_allocated_size(uptr size) { in __sanitizer_get_estimated_allocated_size() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 4322 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 4582 size_t alloc_size = __sanitizer_get_estimated_allocated_size(sizes[i]); in TEST()
|