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