Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I allocate locked memory in the kernel, which can be used from within the Kernel PlugIn interrupt routines?

0
Posted

How do I allocate locked memory in the kernel, which can be used from within the Kernel PlugIn interrupt routines?

0

WinDriver implements malloc() and free() for kernel mode memory allocation (see Technical Document #34). Since the allocated memory is locked, you can also use this memory in your Kernel PlugIn interrupt routines. You can also share a memory buffer between the user mode and Kernel PlugIn applications – as explained in Technical Document #41.

0
0

WinDriver implements malloc() and free() for kernel mode memory allocation (see Technical Document #34). Since the allocated memory is locked, you can also use this memory in your Kernel PlugIn interrupt routines. You can also share a memory buffer between the user mode and Kernel PlugIn applications — as explained in Technical Document #41.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123