kmalloc()

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 27 7:27
Editor
Edited
Edited
2023 Nov 29 6:58
Refs
Refs
malloc()
Use the buddy system to get chunks of physically-mapped virtual pages, and carves them up into smaller bytes for particular uses like the slab allocator
 
 
 
 
 
 
 
 
 

Recommendations