Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/test/scudo/
Dquarantine.c44 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 …]
Dthreads.c49 __sanitizer_get_current_allocated_bytes()); in main()
62 __sanitizer_get_current_allocated_bytes()); in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dcurrent_allocated_bytes.cc20 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/
Dcurrent_allocated_bytes.cpp20 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/
Dtsan_mman_test.cc112 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/
Dtsan_mman_test.cpp113 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/
Dasan_interface_test.cc78 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/
Dasan_interface_test.cpp79 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/
Dinterface_test.cpp18 __sanitizer_get_current_allocated_bytes(); in main()
/external/compiler-rt/include/sanitizer/
Dallocator_interface.h35 size_t __sanitizer_get_current_allocated_bytes();
/external/llvm-project/compiler-rt/include/sanitizer/
Dallocator_interface.h34 size_t __sanitizer_get_current_allocated_bytes(void);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
Dsanitizer_common_interface.inc32 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_stats.cpp129 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_stats.cpp138 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/compiler-rt/lib/asan/
Dasan_stats.cc139 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
Dasan_win_dll_thunk.cc319 INTERFACE_FUNCTION(__sanitizer_get_current_allocated_bytes)
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc223 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc224 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc265 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp318 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp350 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp365 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp388 uptr __sanitizer_get_current_allocated_bytes() { in __sanitizer_get_current_allocated_bytes() function

12