Chapter 8
void *kmalloc(size_t size, int flags);
Form of lookaside cache in kernel where memory allocation is not allowed to fail
Used to allocate memory in page sized chunks
Allocates contiguous memory in virtual address space