EmbLogic's Blog

kernel level

Is there any function to reallocate memory at the kernel level in spite of  kmalloc……????

2 Responses to kernel level

  1. actually vmalloc is used when we want junk of memory like in Block driver and in kernel space there is not a large amount of memory at kernel space so we use vmalloc which creates virtual memory which further mapped to kernel space memory

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>