OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_get_heap_size
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc
20
uptr
__tsan_get_heap_size
();
138
uptr heap0 =
__tsan_get_heap_size
();
151
EXPECT_GE(
__tsan_get_heap_size
(), heap0);
158
EXPECT_GE(
__tsan_get_heap_size
(), heap0);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
230
uptr
__tsan_get_heap_size
() {
function
Completed in 197 milliseconds