Crate malloc_buf

Source

Structs§

Malloc
A type that represents a malloc’d chunk of memory. When dropped, a Malloc will free that memory.