Skip to content

Malloc

Isaac Gariano requested to merge malloc into master

Uses calloc by default for allocation (pass '--use-alloc' to use the old GC alllocator instead)

Merge request reports