Lines Matching refs:fd
2243 struct malloc_chunk* fd; /* double links -- used only if free. */ member
2453 struct malloc_tree_chunk* fd; member
3216 int fd; in init_mparams() local
3219 if ((fd = open("/dev/urandom", O_RDONLY)) >= 0 && in init_mparams()
3220 read(fd, buf, sizeof(buf)) == sizeof(buf)) { in init_mparams()
3222 close(fd); in init_mparams()
3331 assert(p->fd->bk == p); in do_check_free_chunk()
3332 assert(p->bk->fd == p); in do_check_free_chunk()
3372 assert(u->fd->bk == u); in do_check_tree()
3373 assert(u->bk->fd == u); in do_check_tree()
3399 u = u->fd; in do_check_tree()
3450 } while ((p = p->fd) != b); in bin_find()
3468 } while ((u = u->fd) != t); in bin_find()
3630 else if (RTCHECK(ok_address(M, B->fd)))\
3631 F = B->fd;\
3635 B->fd = P;\
3637 P->fd = F;\
3643 mchunkptr F = P->fd;\
3654 (ok_address(M, B) && B->fd == P))) {\
3656 B->fd = F;\
3669 mchunkptr F = P->fd;\
3678 B->fd = F;\
3712 X->fd = X->bk = X;\
3726 X->fd = X->bk = X;\
3735 tchunkptr F = T->fd;\
3737 T->fd = F->bk = X;\
3738 X->fd = F;\
3773 tchunkptr F = X->fd;\
3775 if (RTCHECK(ok_address(M, F) && F->bk == X && R->fd == X)) {\
3777 R->fd = F;\
3969 bin->fd = bin->bk = bin; in init_bins()
4639 p = b->fd; in dlmalloc()
4657 p = b->fd; in dlmalloc()
5573 p = b->fd; in mspace_malloc()
5591 p = b->fd; in mspace_malloc()