feature: kmalloc kfree and krealloc are good
This commit is contained in:
@ -11,4 +11,4 @@
|
||||
|
||||
void init_memory(void);
|
||||
void *kalloc_frame(uint32_t nb_frames);
|
||||
void kfree_frame(void *frame, uint32_t nb_frames);
|
||||
int kfree_frame(void *frame, uint32_t nb_frames);
|
||||
|
Reference in New Issue
Block a user