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