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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -