_z_malloc
void *_z_malloc(size_t size);
zent = _z_malloc(sizeof (*zent));
rstr = (char *)_z_malloc(vres+2);