5 ms·
In 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 some
by robjh 13y ago
In 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.