_dl_malloc
if (_dl_fstat(fd, &sb) || (dirp = _dl_malloc(sizeof(*dirp))) == NULL) {
dirp->dd_buf = _dl_malloc(dirp->dd_len);
p = _dl_malloc(sizeof(*p));
ld = _dl_malloc(sizeof(struct load_list));
n = _dl_malloc(sizeof *n);
n = _dl_malloc(sizeof *n);
n = _dl_malloc(sizeof *n);
debug_map = _dl_malloc(sizeof(*debug_map));
retval[pos] = _dl_malloc(pp - p_begin + 1);
spec->spec = _dl_malloc(1 + end - start);
newstr = _dl_malloc(len);
void *_dl_malloc(size_t size);