core :: NativeMatchArray :: malloc
length
regmatch_t
# Allocate a new array of `length` `regmatch_t` new malloc(length: Int) `{ return malloc(length * sizeof(regmatch_t)); `}