Memory management
Last updated
Was this helpful?
Last updated
Was this helpful?
This chapter describes memory management in the Linux kernel. You will see here a couple of posts which describe different parts of the Linux memory management framework:
- describes early memblock
allocator.
- describes fix-mapped
addresses and early ioremap
.
- third part describes kmemcheck
tool.