TiVo interview question

What is the difference between vmalloc and kmalloc?

Interview Answer

Anonymous

2 Mar 2011

Vmalloc gives you virtually mapped non-contiguous memory. Kmalloc gives you memory suitable to use with device drivers.