/external/llvm-project/compiler-rt/test/scudo/ |
D | quarantine.c | 44 allocated_bytes = __sanitizer_get_current_allocated_bytes(); in main() 47 assert(__sanitizer_get_current_allocated_bytes() > allocated_bytes); in main() 49 assert(__sanitizer_get_current_allocated_bytes() == allocated_bytes); in main() 76 allocated_bytes = __sanitizer_get_current_allocated_bytes(); in main() 79 assert(__sanitizer_get_current_allocated_bytes() > allocated_bytes); in main() 81 assert(__sanitizer_get_current_allocated_bytes() == allocated_bytes); in main() 83 assert(__sanitizer_get_current_allocated_bytes() > allocated_bytes); in main() 85 assert(__sanitizer_get_current_allocated_bytes() == allocated_bytes); in main() 90 assert(__sanitizer_get_current_allocated_bytes() > allocated_bytes); in main() 92 assert(__sanitizer_get_current_allocated_bytes() > allocated_bytes); in main() [all …]
|
D | threads.c | 49 __sanitizer_get_current_allocated_bytes()); in main() 62 __sanitizer_get_current_allocated_bytes()); in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | current_allocated_bytes.cc | 20 assert(__sanitizer_get_current_allocated_bytes() > 0); in check_stats() 25 size_t used_mem = __sanitizer_get_current_allocated_bytes(); in main() 36 used_mem = __sanitizer_get_current_allocated_bytes(); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | current_allocated_bytes.cpp | 20 assert(__sanitizer_get_current_allocated_bytes() > 0); in check_stats() 25 size_t used_mem = __sanitizer_get_current_allocated_bytes(); in main() 36 used_mem = __sanitizer_get_current_allocated_bytes(); in main()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mman_test.cc | 112 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() 125 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST() 132 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mman_test.cpp | 113 uptr alloc0 = __sanitizer_get_current_allocated_bytes(); in TEST() 126 EXPECT_EQ(alloc0 + 16, __sanitizer_get_current_allocated_bytes()); in TEST() 133 EXPECT_EQ(alloc0, __sanitizer_get_current_allocated_bytes()); in TEST()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_interface_test.cc | 78 before_malloc = __sanitizer_get_current_allocated_bytes(); in TEST() 81 after_malloc = __sanitizer_get_current_allocated_bytes(); in TEST() 85 after_free = __sanitizer_get_current_allocated_bytes(); in TEST() 123 before_test = __sanitizer_get_current_allocated_bytes(); in TEST() 131 after_test = __sanitizer_get_current_allocated_bytes(); in TEST()
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_interface_test.cpp | 79 before_malloc = __sanitizer_get_current_allocated_bytes(); in TEST() 82 after_malloc = __sanitizer_get_current_allocated_bytes(); in TEST() 86 after_free = __sanitizer_get_current_allocated_bytes(); in TEST() 125 before_test = __sanitizer_get_current_allocated_bytes(); in TEST() 133 after_test = __sanitizer_get_current_allocated_bytes(); in TEST()
|
/external/llvm-project/compiler-rt/test/memprof/TestCases/ |
D | interface_test.cpp | 18 __sanitizer_get_current_allocated_bytes(); in main()
|
/external/compiler-rt/include/sanitizer/ |
D | allocator_interface.h | 35 size_t __sanitizer_get_current_allocated_bytes();
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | allocator_interface.h | 34 size_t __sanitizer_get_current_allocated_bytes(void);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_interface.h | 27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_interface.h | 26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
|
D | sanitizer_common_interface.inc | 32 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_stats.cpp | 129 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stats.cpp | 138 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/compiler-rt/lib/asan/ |
D | asan_stats.cc | 139 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
D | asan_win_dll_thunk.cc | 319 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 223 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 224 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 265 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 318 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_allocator.cpp | 350 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cpp | 365 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_allocator.cpp | 388 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
|