Skip to main content

TalcAlloc

Type Alias TalcAlloc 

Source
pub type TalcAlloc = &'static CacheTalcLock;
Expand description

Workspace allocator handle. Just a 'static borrow of a CacheTalcLockCopy + Clone + Send + Sync by reference, and the underlying Talck already impls allocator_api2::alloc::Allocator.