pub type Allocator<A> = GroupedTraceableAllocator<A, MainTracer>;
pub struct Allocator<A> { /* private fields */ }