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: 7 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:57:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T11:01:53.413Z (9 months ago)
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 18
- 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