mallocMC
mallocMC copied to clipboard
add dynaSOAr
The allocator dynaSOAr can maybe give better peformance than the curent implemented scatter allocation policy.
https://arxiv.org/pdf/1810.11765
It is not possible to allocate arbitrary chunk sizes.
The paper also compares different allocators which can be usefull to find other allocators too.
It looks like the heap size is a compile time parameter and can not be choosen at runtime :-(