An open API service indexing awesome lists of open source software.

https://github.com/dentosal/allogator

A collection of allocators for Rust, usable for operating system development
https://github.com/dentosal/allogator

Last synced: over 1 year ago
JSON representation

A collection of allocators for Rust, usable for operating system development

Awesome Lists containing this project

README

          

# `allogator`

A collection of allocators for Rust, currently:

* Buddy allocator
* Buddy group allocator
* BlockLL allogator

## `extra-checks` feature

Check against internal bugs and some incorrect usage patterns, like double free. Carries a performance and memory overhead.

![mascot alligator](docs/allogator.png)