4
0
Fork
You've already forked ce-heap
0
🥞 A simple heap allocation library for hobby operating systems.
  • C 95.7%
  • Makefile 3.4%
  • CMake 0.9%
2026年01月27日 11:37:41 +01:00
impl New major blocks where not append to the linked list. 2023年01月08日 00:08:55 +01:00
tests Added C++ support. 2023年01月13日 00:34:53 +01:00
.gitignore Added C++ support. 2023年01月13日 00:34:53 +01:00
CMakeLists.txt Make and cmake support. 2022年10月16日 14:32:47 +02:00
compile_flags.txt Improved error reporting and overflow detection. 2022年10月17日 21:42:54 +02:00
libheap.c Improved tracing. 2023年01月08日 12:50:20 +01:00
libheap.h Added C++ support. 2023年01月13日 00:34:53 +01:00
LICENSE Initial commit 2022年10月15日 21:03:04 +02:00
Makefile Added C++ support. 2023年01月13日 00:34:53 +01:00
manifest.json Update to cutekit 11. 2026年01月27日 11:37:41 +01:00
README.md New major blocks where not append to the linked list. 2023年01月08日 00:08:55 +01:00

libheap

A simple heap allocation library for hobby operating systems.

Goals

  • Be simple to use and understand
  • Be transparent and easy to debug (no magic)
  • Be reasonably fast