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

https://github.com/kivikakk/eheap

Embedded heap for Zig
https://github.com/kivikakk/eheap

zig

Last synced: about 1 year ago
JSON representation

Embedded heap for Zig

Awesome Lists containing this project

README

          

# eheap

A heap allocator intended for embedded scenarios where memory is at a premium,
but you still want to be able to just throw an `Allocator` at things.

Extracted from/intended for [Ava].

[Ava]: https://sr.ht/~kivikakk/ava/