Here are some slides I stole from Christo Wison.
We’ve seen how to build a very efficient manual memory allocator.
But:
- Having to type “free” is no fun.
- How efficient can we get without manually freeing?
Here are some slides I stole from Christo Wison.
We’ve seen how to build a very efficient manual memory allocator.
But: