unstd.memory.misc

Miscellaneous memory routines.

Members

Structs

RawAutoalignedBuff
struct RawAutoalignedBuff(size_t alignment, size_t maxBytes)

This struct provides a static buffer of maximum size maxBytes which is aligned as requested by alignment.

Meta

Authors

Denis Shelomovskij