Closed arthurmco closed 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?
kheap_get_more_pages()
Commit 5c01ee2 might have fixed this. Let's wait some time to see if another occurrence happens
No occurrences reported. Mark as fixes
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?