[][src]Type Definition alloc_counter::Counters

type Counters = (usize, usize, usize);

A tuple of the counts; respectively allocations, reallocations, and deallocations.