Change darray size to size_t and add functions that use GC malloc
Changes size and capacity of darray to size_t to support more elements.
Adds functions to darray that use GC allocation functions.
Change darray size to size_t and add functions that use GC malloc
Changes size and capacity of darray to size_t to support more
elements.
Adds functions to darray that use GC allocation functions.