Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp131 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile() local
132 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()
135 stacks.allocated + internal_stats[AllocatorStatMapped]; in WriteMemoryProfile()
146 mem[MemOther] >> 20, internal_stats[AllocatorStatMapped] >> 20, in WriteMemoryProfile()
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py392 if args.internal_stats: