pub type TalcAlloc = &'static CacheTalcLock;Expand description
Workspace allocator handle. Just a 'static borrow of a
CacheTalcLock — Copy + Clone + Send + Sync by reference, and
the underlying Talck already impls
allocator_api2::alloc::Allocator.