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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dprintf-parse.c67 size_t d_allocated; /* allocated elements of d->dir */ local
73 d_allocated = 1;
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
502 if (d->count >= d_allocated)
507 d_allocated = xtimes (d_allocated, 2);
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));

Completed in 111 milliseconds