lib: c: update libheap to use new address-space api

This commit is contained in:
2026-03-15 09:42:03 +00:00
parent f441d633b2
commit 5ad5f57a76
3 changed files with 11 additions and 12 deletions

View File

@@ -6,7 +6,6 @@ struct liballoc_minor;
#define HEAP_INIT \
{ \
.heap_region = KERN_HANDLE_INVALID, \
.heap_liballoc = { \
.l_pageSize = 4096, \
.l_pageCount = 16, \