Allocate a new array of length regmatch_t

Property definitions

core $ NativeMatchArray :: malloc
	# Allocate a new array of `length` `regmatch_t`
	new malloc(length: Int) `{ return malloc(length * sizeof(regmatch_t)); `}
lib/core/re.nit:105,2--106,74