OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_heap_size
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/asan/TestCases/Posix/
tsd_dtor_leak.cc
33
size_t
old_heap_size
= __sanitizer_get_heap_size();
local
38
fprintf(stderr, "heap size: new: %zd old: %zd\n", new_heap_size,
old_heap_size
);
39
assert(
old_heap_size
== new_heap_size);
/external/compiler-rt/lib/asan/tests/
asan_interface_test.cc
95
size_t
old_heap_size
= __sanitizer_get_heap_size();
local
99
EXPECT_EQ(
old_heap_size
, __sanitizer_get_heap_size());
Completed in 262 milliseconds