10 ms·
Wording issue fixed.
by fruneau 13y ago
Wording issue fixed.
- dman 13y agoIs the source for the allocators freely available? Would love to study those.
- fruneau 13y agoUnfortunately, not for the moment.
- aktau 13y agoI'd also like to put in a request for either open-sourcing or a more detailed overview of the implementations, they sound really interesting.
- fruneau 13y agoI'll consider writing a more detailed article on the subject. Open-sourcing the code will not be possible in the short-term.
- deletes 13y ago+1, for request of implementation details. I'm really curious about this.
- robjh 13y agoIn lieu of the implementation, I'd like to know if these allocators are themselves based on malloc or if you have some tricky assembly/kernel code going on somewhere.
- fruneau 13y agoThese allocators are based on mmap to build the arenas.