OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sanitizer_get_heap_size
(Results
1 - 20
of
20
) sorted by null
/external/compiler-rt/test/asan/TestCases/
max_redzone.cc
17
size_t before =
__sanitizer_get_heap_size
();
21
size_t after =
__sanitizer_get_heap_size
();
/external/compiler-rt/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
allocator_interface.h
43
size_t
__sanitizer_get_heap_size
();
/external/compiler-rt/test/asan/TestCases/Posix/
tsd_dtor_leak.cc
33
size_t old_heap_size =
__sanitizer_get_heap_size
();
37
size_t new_heap_size =
__sanitizer_get_heap_size
();
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_interface.h
28
SANITIZER_INTERFACE_ATTRIBUTE uptr
__sanitizer_get_heap_size
();
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc
113
uptr heap0 =
__sanitizer_get_heap_size
();
126
EXPECT_GE(
__sanitizer_get_heap_size
(), heap0);
133
EXPECT_GE(
__sanitizer_get_heap_size
(), heap0);
/external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc
173
size_t mmaped1 =
__sanitizer_get_heap_size
();
178
size_t mmaped2 =
__sanitizer_get_heap_size
();
asan_interface_test.cc
95
size_t old_heap_size =
__sanitizer_get_heap_size
();
99
EXPECT_EQ(old_heap_size,
__sanitizer_get_heap_size
());
/external/compiler-rt/lib/asan/
asan_stats.cc
149
uptr
__sanitizer_get_heap_size
() {
function
asan_win_dll_thunk.cc
321
INTERFACE_FUNCTION(
__sanitizer_get_heap_size
)
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
228
uptr
__sanitizer_get_heap_size
() {
function
/external/compiler-rt/lib/msan/
msan_allocator.cc
230
uptr
__sanitizer_get_heap_size
() {
function
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
213
uptr
__sanitizer_get_heap_size
() {
function
Completed in 235 milliseconds