advanced_operating_systems_2020
advanced_operating_systems_2020 copied to clipboard
make malloc/free work correctly with threads
As of handin of milestone 6 we do not free memory. free
rather returns immediately. There seems to be a bug in morecore which is triggered if multiple threads are involved.