ref: 6f648fdb5b6ec6debecd45d316663438ec8f1234 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);