Benchmarking being notoriously hard, it would be nice to have an execution trace of malloc/realloc/calloc/free from an Android device (or some desktop workload, via ltrace -e +realloc+calloc+malloc+free* or whatnot) so that we can properly measure improvements.
Benchmarking being notoriously hard, it would be nice to have an execution trace of
malloc/realloc/calloc/freefrom an Android device (or some desktop workload, vialtrace -e +realloc+calloc+malloc+free*or whatnot) so that we can properly measure improvements.