Searched refs:malloc_zone_statistics (Results 1 – 10 of 10) sorted by relevance
227 malloc_zone_statistics(/*all zones*/NULL, &stats1); in TEST()230 malloc_zone_statistics(/*all zones*/NULL, &stats2); in TEST()
101 malloc_zone_statistics(nullptr, &stats); in GetMallocUsage()
102 malloc_zone_statistics(nullptr, &stats); in OnMemoryDump()
136 /* Define to 1 if you have the `malloc_zone_statistics' function. */
102 malloc_zone_statistics(malloc_default_zone(), &Stats);
96 malloc_zone_statistics(malloc_default_zone(), &Stats);
99 malloc_zone_statistics(malloc_default_zone(), &Stats);
179 check_symbol_exists(malloc_zone_statistics malloc/malloc.h
172 /* Define to 1 if you have the `malloc_zone_statistics' function. */
5343 pub fn malloc_zone_statistics(zone: *mut ::malloc_zone_t, stats: *mut malloc_statistics_t); in malloc_zone_statistics() function