Expand description
ExcessiveAlignmentRequestedError, ExcessiveSliceRequestedError (and any future error types)
Structsยง
- Banned
Zero Sized Allocations Error - The allocator explicitly rejected a zero-sized allocation, because they behave inconsistently.
- Excessive
Alignment Requested Error - More alignment was requested than the allocator could support.
- Excessive
Slice Requested Error - A slice large enough to result in a
LayoutErrorwas requested.