Searched refs:want_alloc (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgarray.c228 guint want_alloc = (array->len + len + array->zero_terminated) * array->elt_size; local
230 if (want_alloc > array->alloc)
234 array->alloc = g_nearest_pow (want_alloc);

Completed in 30 milliseconds