Hacker News new | past | comments | ask | show | jobs | submit login

> I'm also curious about making something like this work as a general purpose allocator (as alluded to by the README).

Besides the reverse mapping, you'd also have to get rid of the Vec use in the allocator, but that's fairly straightforward. Additionally, you'd need some sort of logic about requesting slabs of memory from the OS (and returning them when free), which is some extra work.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: