Skip to content

堆内存分配器

离霜 requested to merge allocator_test into main

已完成堆内存分配器 malloc 与 free,在内核中的固定堆空间为 0x0040_0000 ~ 0x007F_FFFF,共4MiB堆空间。用户堆内存分配器可复用。

Merge request reports