OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_get_estimated_allocated_size
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc
23
uptr
__tsan_get_estimated_allocated_size
(uptr size);
142
EXPECT_EQ(
__tsan_get_estimated_allocated_size
(10), (uptr)10);
143
EXPECT_EQ(
__tsan_get_estimated_allocated_size
(20), (uptr)20);
144
EXPECT_EQ(
__tsan_get_estimated_allocated_size
(100), (uptr)100);
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
246
uptr
__tsan_get_estimated_allocated_size
(uptr size) {
function
Completed in 24 milliseconds