ah_frees and ah_handles unused
The isc__nmsocket_t
has locked array of isc_nmhandle_t
that's not used for anything. The isc__nmhandle_get()
adds the isc_nmhandle_t
to the locked array (and resized if necessary) and removed when isc_nmhandle_put()
destroys the handle. That's all it does.