module core export extern func malloc(size: u64): ^void export extern func free(size: ^void)