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
- Host: GitHub
- URL: https://github.com/kivikakk/eheap
- Owner: kivikakk
- License: gpl-3.0
- Created: 2024-09-19T06:35:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T06:51:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T21:09:17.466Z (about 1 year ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/