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

@@ -12,7 +12,6 @@ typedef enum heap_result {
} heap_result_t;
typedef struct heap {
kern_handle_t heap_region;
/* amount of space requested from the heap by the user */
size_t heap_req_alloc;
/* amount of space requested from the system by the heap */