OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tsan_get_current_allocated_bytes
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc
19
uptr
__tsan_get_current_allocated_bytes
();
137
uptr alloc0 =
__tsan_get_current_allocated_bytes
();
150
EXPECT_EQ(
__tsan_get_current_allocated_bytes
(), alloc0 + 16);
157
EXPECT_EQ(
__tsan_get_current_allocated_bytes
(), alloc0);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
222
uptr
__tsan_get_current_allocated_bytes
() {
function
Completed in 53 milliseconds