ref: 700d40f0a6a3749f4ea3f680d9098542b842c9a6 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);