Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cute-engineering/ce-heap
🥞 A simple heap allocation library for hobby operating systems.
https://github.com/cute-engineering/ce-heap
Last synced: 3 months ago
JSON representation
🥞 A simple heap allocation library for hobby operating systems.
- Host: GitHub
- URL: https://github.com/cute-engineering/ce-heap
- Owner: cute-engineering
- License: mit
- Created: 2022-10-15T19:03:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:57:51.000Z (10 months ago)
- Last Synced: 2024-07-28T13:23:04.944Z (4 months ago)
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-osdev - libheap - A simple heap allocation library for hobby operating systems. (Projects / Libraries)
README
# 👷 Cute Engineering Heap Library
A simple heap allocation library for hobby operating systems.
- Be simple to use and understand
- Be transparent and easy to debug (no magic)
- Be reasonably fast