Expand description
Utilities for common operations.
Structs§
- A wrapper which aligns its inner value to 16 bytes.
- Aligned
Vec allocA vector of bytes that aligns its memory to the specified alignment. - A vector that uses inline-allocated memory.
- A vector that uses serializer-allocated memory.
Functions§
- clear_
arena allocClears the builtin arena allocator. - with_
arena allocCalls the given function with the builtin arena allocator.