dflt_zalloc
extern void *dflt_zalloc(size_t);
hc.hc_zalloc = hdlzalloc ? hdlzalloc : dflt_zalloc;
ihdl = dflt_zalloc(sizeof (*ihdl));