fdarray__new
struct fdarray *fdarray__new(int nr_alloc, int nr_autogrow);
struct fdarray *fda = fdarray__new(5, 5);
struct fdarray *fda = fdarray__new(2, 2);