Searched defs:umo_total_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3604 size_t umo_total_size; /* Total bytes of allocation */ member in struct:umowner
3680 umo->umo_total_size += size;
3698 umo->umo_total_size = size;
3748 return (rhs->umo_total_size - lhs->umo_total_size);
3847 if (umo->umo_total_size < mem_threshold &&
3851 umo->umo_total_size, umo->umo_num, umo->umo_data_size);

Completed in 73 milliseconds