Expand description
Typed Bump Allocator
Modules§
- basic_
structures - Just some practice implementations of some different structures to get a feeling for using the API
Structs§
- Corrida
- One time use bump allocator. Useful for many values / objects with the same lifetime. Allocates memory in large blocks all at once, mutable references to values are returned, drops only happen when the whole struct is dropped.