ref: a0e0f7a6367f88fc26c66cf9442cc2462cb97e6d dir: /util.h/
void *emalloc(usize sz); void *ecalloc(ulong nel, usize elsz); void *erealloc(void *p, usize sz); char *estrndup(void *d, int n); char *estrdup(char *s);