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