more alloc stuff

This commit is contained in:
2026-06-25 14:03:35 -05:00
parent a501b1913e
commit 57d7d34c6d
3 changed files with 56 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ void memset(const uint8_t* dst, uint8_t val, size_t sz);
int strcmp(const char *s1, const char *s2);
int strlen(const char* str);
void kheap_init();
void kgrow(size_t pages);
void* alloc(size_t sz);