Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stats.cc108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics() argument
111 malloc_stats->blocks_in_use = stats.mallocs; in FillMallocStatistics()
112 malloc_stats->size_in_use = stats.malloced; in FillMallocStatistics()
113 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
114 malloc_stats->size_allocated = stats.mmaped; in FillMallocStatistics()
H A Dasan_malloc_mac.cc53 AsanMallocStats malloc_stats; \
54 FillMallocStatistics(&malloc_stats); \
56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
H A Dasan_stats.h68 void FillMallocStatistics(AsanMallocStats *malloc_stats);
H A Dasan_malloc_linux.cc235 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
/freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h176 extern void malloc_stats __MALLOC_P ((void));
H A Dmalloc.c486 #define public_mSTATs malloc_stats
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc216 INTERCEPTOR_ALIAS(void, malloc_stats, void);
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
281 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1166 SYSCTL_PROC(_kern, OID_AUTO, malloc_stats, CTLFLAG_RD|CTLTYPE_STRUCT,
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2247 fun:malloc_stats=uninstrumented