pub fn aligned_allocator() -> &'static AlignedAllocatorExpand description
Returns the process-wide aligned allocator handle.
The returned reference is a zero-cost singleton — AlignedAllocator is
zero-sized, so callers may also construct one inline with
AlignedAllocator::new() at no extra cost.