25 #ifndef SU_ALLOC_STAT_H 27 #define SU_ALLOC_STAT_H 48 typedef struct su_home_stat_t su_home_stat_t;
52 su_home_stat_t *stats, isize_t statssize);
54 SU_DLL
void su_home_stat_add(su_home_stat_t *total,
55 su_home_stat_t
const *hs);
SU_HOME_T su_home_t
Memory home type.
Definition: su_alloc.h:50
Basic integer types for su library.
SU_U64_T uint64_t
64-bit unsigned integer
Definition: su_types.h:83
void su_home_init_stats(su_home_t *h)
Initialize statistics structure.
Definition: su_alloc.c:1662
void su_home_get_stats(su_home_t *, int include_clones, su_home_stat_t *stats, isize_t statssize)
Retrieve statistics from memory home.
Definition: su_alloc.c:1693
Home-based memory management interface.