arthurmco / rainos

A hobby operating system, designed for old computers
4 stars 2 forks source link

Heap on-demand page allocation damages heap linked list #2

Closed arthurmco closed 8 years ago

arthurmco commented 8 years ago

It seems that when you allocate more pages than the initial allocation, it can damage the linked list used to store allocated addresses.

HINT: Maybe take a look on kheap_get_more_pages() function?

arthurmco commented 8 years ago

Commit 5c01ee2 might have fixed this. Let's wait some time to see if another occurrence happens

arthurmco commented 8 years ago

No occurrences reported. Mark as fixes