Searched refs:AllocatorStatAllocated (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h51 stats_.Add(AllocatorStatAllocated, c->class_size);
69 stats_.Sub(AllocatorStatAllocated, c->class_size);
171 stats_.Add(AllocatorStatAllocated, c->class_size);
185 stats_.Sub(AllocatorStatAllocated, c->class_size);
H A Dsanitizer_allocator_stats.h19 AllocatorStatAllocated, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h129 stat->Add(AllocatorStatAllocated, map_size);
147 stat->Sub(AllocatorStatAllocated, h->map_size);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h49 stats_.Add(AllocatorStatAllocated, c->class_size);
67 stats_.Sub(AllocatorStatAllocated, c->class_size);
169 stats_.Add(AllocatorStatAllocated, c->class_size);
183 stats_.Sub(AllocatorStatAllocated, c->class_size);
H A Dsanitizer_allocator_stats.h17 AllocatorStatAllocated, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h125 stat->Add(AllocatorStatAllocated, map_size);
143 stat->Sub(AllocatorStatAllocated, h->map_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h44 stats_.Add(AllocatorStatAllocated, c->class_size);
62 stats_.Sub(AllocatorStatAllocated, c->class_size);
170 stats_.Add(AllocatorStatAllocated, c->class_size);
184 stats_.Sub(AllocatorStatAllocated, c->class_size);
H A Dsanitizer_allocator_stats.h18 AllocatorStatAllocated, enumerator in enum:AllocatorStat
H A Dsanitizer_allocator_secondary.h128 stat->Add(AllocatorStatAllocated, map_size);
146 stat->Sub(AllocatorStatAllocated, h->map_size);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc304 return stats[AllocatorStatAllocated];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc307 return stats[AllocatorStatAllocated];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_allocator.cpp335 return stats[AllocatorStatAllocated];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc333 return stats[AllocatorStatAllocated];
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc350 return stats[AllocatorStatAllocated];
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc348 return stats[AllocatorStatAllocated];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.cpp462 return stats[AllocatorStatAllocated];
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp365 return stats[AllocatorStatAllocated];

Completed in 348 milliseconds