28 void kfree(
void* addr);
void kfree(void *addr)
kernel free
Definition: kmalloc.c:143
void kmalloc_init()
Initialize the kernel memory allocator.
Definition: kmalloc.c:36
void kcompact()
Compact the kernel memory allocation table.
Definition: kmalloc.c:66
void * kmalloc(size_t size)
kernel malloc
Definition: kmalloc.c:93