Searched defs:malloc_type_stats (Results 1 – 2 of 2) sorted by relevance
75 struct malloc_type_stats { struct76 uint64_t mts_memalloced; /* Bytes allocated on CPU. */77 uint64_t mts_memfreed; /* Bytes freed on CPU. */101 struct malloc_type_stats mti_stats[MAXCPU]; argument
84 struct malloc_type_stats { struct95 _Static_assert(sizeof(struct malloc_type_stats) == 64, argument