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
Post a Comment