mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 19:26:13 +01:00
a5db16fc79
* Suggest growing when there are less than 10% free pages in the last heap. Previously it would suggest growing when there were less than three free pages, which wasn't really any good measure. In quite a few cases this could have lead to too late growing and running out of heap space. * Only panic when memory allocation fails while growing kernel heaps. Otherwise just output a message and return NULL. Even this panic is not really necessary and should be continueable, but for now I'd like to see if this situation actually happens. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26157 a95241bf-73f2-0310-859d-f6bbb57e9c96