Module memory

Source
Expand description

Support for temporary memory allocation, making use of the stack for small sizes.

Functionsยง

with_temporary_memory ๐Ÿ”’
Invokes the callback with a memory buffer of the requested size.