Home
last modified time | relevance | path

Searched refs:internal_stats (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp132 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile() local
133 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()
136 stacks.allocated + internal_stats[AllocatorStatMapped]; in WriteMemoryProfile()
147 mem[MemOther] >> 20, internal_stats[AllocatorStatMapped] >> 20, in WriteMemoryProfile()