operating system - Why would you not allocate all available memory to the heap? -


i developing small hobby os learning experience , trying wrap head around kernel memory management. trying wrap head around memory allocation via heap mechanism.

what not clear on following:

in several implementations have reviewed, there code expand , contract heap. why not use available memory heap(s). else there (besides small region kernel code) requires memory?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -