Skip to content

Remove isc_mem_t from fctxbucket_t

Ondřej Surý requested to merge 2953-remove-mctx-from-fctxbucket_t into main

The fctxbucket_t properly attaches to the fetchctx_t, so it can safely use its memory context. Save a little bit of memory by removing own memory context from fctxbucket_t.

Closes #2953

Merge request reports