Hacker News new | ask | show | jobs
by user____name 248 days ago
Virtual memory gets rid of a lot of fragmentation issues.
1 comments

Yeah. Fragmentation was a niche concern of that embedded use case. It had an mmu, just wasn't used by the rtos. I am surprised that allocations aren't a major hitter anymore. I still have to minimize/eliminate them in linux signal processing code to stay realtime.