Skip to content

qaijuang/linalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linalloc (Linear Allocator)

miri license

Allocator primitives for single-threaded, fixed-capacity arenas.

This crate provides two arena types:

  • BumpArena allocates untyped memory and DOES NOT automatically drop values.
  • TypedArena allocates values of a specific type T and drops them in reverse allocation order.

Contributing

Security reports, bug fixes, test and documentation improvements are very welcome. Please open an issue or a pull request.

About

Allocator primitives for single-threaded, fixed-capacity arenas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages