xmallocn, xreallocn, xmallocs, xreallocs
r2420 で util.h に xmallocn, xreallocn を追加。呼び出し元は hashtable.c を除き未修正。
r2506 でさらに xmallocs, xreallocs を追加。呼び出し元は alias.c, builtin.c, hashtable.c, mail.c, option.c, plist.c, strbuf.c, util.c, printf.c のみ対応済。
r2700 までにすべて対応済。
指定したサイズの要素の指定した長さの配列を確保・再確保する関数 xmallocn, xreallocn を作る。また最後の要素が可変長配列であるような構造体を確保・再確保する関数 xmallocs, xreallocs を作る。