Searched refs:malloc_stats (Results 1 – 21 of 21) sorted by relevance
108 void FillMallocStatistics(AsanMallocStats *malloc_stats) { in FillMallocStatistics() argument111 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()
50 AsanMallocStats malloc_stats; \51 FillMallocStatistics(&malloc_stats); \53 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
68 void FillMallocStatistics(AsanMallocStats *malloc_stats);
145 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument
37 libc.malloc_stats.restype = None38 libc.malloc_stats.argtypes = []39 libc.malloc_stats()
35 ffi.C.malloc_stats()
930 void malloc_stats(void);944 void malloc_stats();
85 malloc_stats(); in standalone_malloc_test()
63 #define dlmalloc_stats malloc_stats
828 #define dlmalloc_stats malloc_stats
43 int malloc_stats; /* PYTHONMALLOCSTATS */ member
1156 int malloc_stats = interp->core_config.malloc_stats; in Py_FinalizeEx() local1323 if (malloc_stats) { in Py_FinalizeEx()
459 config.malloc_stats = 1; in test_init_from_config()
13 void malloc_stats (void);16 void malloc_stats();2317 void malloc_stats() in malloc_stats() function
62 malloc_stats();255 #include <stdio.h> /* needed for malloc_stats */276 noticeably. Calling malloc_stats or mallinfo with DEBUG set will564 information you can get from malloc_stats. It should work on910 void malloc_stats();924 void malloc_stats();3036 /* Utility to update current_mallinfo for malloc_stats and mallinfo() */3080 malloc_stats:3093 void malloc_stats()
1940 config->malloc_stats = 1; in config_read_env_vars()2510 COPY_ATTR(malloc_stats); in _PyCoreConfig_Copy()2592 SET_ITEM_INT(malloc_stats); in _PyCoreConfig_AsDict()
278 INTERCEPTOR(void, malloc_stats, void) { in INTERCEPTOR() argument281 #define MSAN_MAYBE_INTERCEPT_MALLOC_STATS INTERCEPT_FUNCTION(malloc_stats)
668 #define dlmalloc_stats malloc_stats
663 #define dlmalloc_stats malloc_stats
2247 fun:malloc_stats=uninstrumented
498 PUBLIC 7c380 0 malloc_stats