Searched defs:more_frags (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ | ||
H A D | mem.c | 583 more_frags(isc__mem_t *ctx, size_t new_size) { function 679 if (ctx->freelists[new_size] == NULL && !more_frags(ctx, new_size)) |
Completed in 999 milliseconds