wfqinfo
struct wfqinfo *qinfo, **top;
if ((qinfo = malloc(nqueues * sizeof(struct wfqinfo))) == NULL)
if ((top = malloc(ntop * sizeof(struct wfqinfo *))) == NULL)