Searched refs:internal_memset (Results 1 - 25 of 156) sorted by relevance

1234567

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cc24 internal_memset(this, 0, sizeof(AddressInfo));
32 internal_memset(this, 0, sizeof(AddressInfo));
60 internal_memset(this, 0, sizeof(DataInfo));
67 internal_memset(this, 0, sizeof(DataInfo));
H A Dsanitizer_suppressions.h23 Suppression() { internal_memset(this, 0, sizeof(*this)); }
H A Dsanitizer_allocator_stats.h30 internal_memset(this, 0, sizeof(*this));
67 internal_memset(this, 0, sizeof(*this));
88 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
H A Dsanitizer_vector.h63 internal_memset(p, 0, sizeof(*p));
92 internal_memset(&begin_[i], 0, sizeof(begin_[i]));
H A Dsanitizer_allocator_bytemap.h23 internal_memset(map_, 0, sizeof(map_));
52 internal_memset(map1_, 0, sizeof(map1_));
H A Dsanitizer_malloc_mac.inc332 // Ok to use internal_memset, these places are not performance-critical.
333 internal_memset(&sanitizer_zone_introspection, 0,
350 internal_memset(&sanitizer_zone, 0, sizeof(malloc_zone_t));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cc22 internal_memset(this, 0, sizeof(AddressInfo));
30 internal_memset(this, 0, sizeof(AddressInfo));
58 internal_memset(this, 0, sizeof(DataInfo));
65 internal_memset(this, 0, sizeof(DataInfo));
H A Dsanitizer_suppressions.h21 Suppression() { internal_memset(this, 0, sizeof(*this)); }
H A Dsanitizer_allocator_stats.h28 internal_memset(this, 0, sizeof(*this));
65 internal_memset(this, 0, sizeof(*this));
86 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
H A Dsanitizer_vector.h61 internal_memset(p, 0, sizeof(*p));
90 internal_memset(&begin_[i], 0, sizeof(begin_[i]));
H A Dsanitizer_allocator_bytemap.h20 internal_memset(map_, 0, sizeof(map_));
46 internal_memset(map1_, 0, sizeof(map1_));
H A Dsanitizer_malloc_mac.inc305 // Ok to use internal_memset, these places are not performance-critical.
306 internal_memset(&sanitizer_zone_introspection, 0,
319 internal_memset(&sanitizer_zone, 0, sizeof(malloc_zone_t));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cpp23 internal_memset(this, 0, sizeof(AddressInfo));
31 internal_memset(this, 0, sizeof(AddressInfo));
59 internal_memset(this, 0, sizeof(DataInfo));
66 internal_memset(this, 0, sizeof(DataInfo));
H A Dsanitizer_suppressions.h22 Suppression() { internal_memset(this, 0, sizeof(*this)); }
H A Dsanitizer_allocator_stats.h29 internal_memset(this, 0, sizeof(*this));
66 internal_memset(this, 0, sizeof(*this));
87 internal_memset(s, 0, AllocatorStatCount * sizeof(uptr));
H A Dsanitizer_vector.h58 internal_memset(p, 0, sizeof(*p));
87 internal_memset(&begin_[i], 0, sizeof(begin_[i]));
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
368 internal_memset(&sanitizer_zone_introspection, 0,
388 internal_memset(&sanitizer_zone, 0, sizeof(malloc_zone_t));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
H A Dbridge.cc51 return __sanitizer::internal_memset (dest, c, n);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A Dbridge.cc51 return __sanitizer::internal_memset (dest, c, n);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_vector.h62 internal_memset(p, 0, sizeof(*p));
87 internal_memset(&begin_[i], 0, sizeof(begin_[i]));
H A Dtsan_rtl_proc.cc21 internal_memset(mem, 0, sizeof(Processor));
H A Dtsan_dense_alloc.h47 internal_memset(map_, 0, sizeof(map_));
90 internal_memset(c->cache, 0, sizeof(c->cache));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc23 internal_memset(mem, 0, sizeof(Processor));
H A Dtsan_dense_alloc.h49 internal_memset(map_, 0, sizeof(map_));
92 internal_memset(c->cache, 0, sizeof(c->cache));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_proc.cpp22 internal_memset(mem, 0, sizeof(Processor));

Completed in 148 milliseconds

1234567