Searched refs:malloc_stats (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc50 AsanMallocStats malloc_stats; \
51 FillMallocStatistics(&malloc_stats); \
53 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
H A Dasan_stats.cc108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { argument
111 malloc_stats->blocks_in_use = stats.mallocs;
112 malloc_stats->size_in_use = stats.malloced;
113 malloc_stats->max_size_in_use = max_malloced_memory;
114 malloc_stats->size_allocated = stats.mmaped;
H A Dasan_stats.h68 void FillMallocStatistics(AsanMallocStats *malloc_stats);
H A Dasan_malloc_linux.cc139 INTERCEPTOR(void, malloc_stats, void) {
/freebsd-11.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h176 extern void malloc_stats __MALLOC_P ((void));
H A Dmalloc.c94 malloc_stats();
278 #include <stdio.h> /* needed for malloc_stats */
295 noticeably. Calling malloc_stats or mallinfo with MALLOC_DEBUG set
486 #define public_mSTATs malloc_stats
1174 malloc_stats();
1189 malloc_stats prints only the most commonly interesting statistics.
3938 ------------------------------ malloc_stats ------------------------------
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc275 INTERCEPTOR(void, malloc_stats, void) {
276 // FIXME: implement, but don't call REAL(malloc_stats)!
278 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
/freebsd-11.0-release/sys/kern/
H A Dkern_malloc.c965 SYSCTL_PROC(_kern, OID_AUTO, malloc_stats, CTLFLAG_RD|CTLTYPE_STRUCT,

Completed in 166 milliseconds