Searched refs:AllocatorStatMapped (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h20 AllocatorStatMapped, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h130 stat->Add(AllocatorStatMapped, map_size);
148 stat->Sub(AllocatorStatMapped, h->map_size);
H A Dsanitizer_allocator_primary32.h293 stat->Add(AllocatorStatMapped, kRegionSize);
H A Dsanitizer_allocator_primary64.h718 stat->Add(AllocatorStatMapped, user_map_size);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h18 AllocatorStatMapped, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h126 stat->Add(AllocatorStatMapped, map_size);
144 stat->Sub(AllocatorStatMapped, h->map_size);
H A Dsanitizer_allocator_primary32.h295 stat->Add(AllocatorStatMapped, kRegionSize);
H A Dsanitizer_allocator_primary64.h715 stat->Add(AllocatorStatMapped, user_map_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h19 AllocatorStatMapped, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h129 stat->Add(AllocatorStatMapped, map_size);
147 stat->Sub(AllocatorStatMapped, h->map_size);
H A Dsanitizer_allocator_primary32.h305 stat->Add(AllocatorStatMapped, kRegionSize);
H A Dsanitizer_allocator_primary64.h802 stat->Add(AllocatorStatMapped, user_map_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cpp133 internal_stats[AllocatorStatMapped];
144 mem[MemOther] >> 20, internal_stats[AllocatorStatMapped] >> 20,
H A Dtsan_mman.cpp371 return stats[AllocatorStatMapped];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc311 return stats[AllocatorStatMapped];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc314 return stats[AllocatorStatMapped];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp342 return stats[AllocatorStatMapped];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc339 return stats[AllocatorStatMapped];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc356 return stats[AllocatorStatMapped];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc354 return stats[AllocatorStatMapped];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp468 return stats[AllocatorStatMapped];
H A Dhwasan.cpp155 sds.allocated, sds.n_uniq_ids, asc[AllocatorStatMapped]);

Completed in 171 milliseconds