Home | History | Annotate | Download | only in gas

Lines Matching defs:num_allocated

805   unsigned long	 num_allocated;		/* # objects allocated */
820 0, /* num_allocated */ \
1541 new_links->start_index = vp->num_allocated;
1574 vp->num_allocated =
1575 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE;
1580 hash_ptr->indx = vp->num_allocated;
1585 vp->num_allocated += len + 1;
1662 ++vp->num_allocated;
1826 return vp->num_allocated++;
1850 return vp->num_allocated++;
1931 hash_ptr->indx = vp->num_allocated;
1944 ret = vp->num_allocated++;
2140 vp->num_allocated++;
2270 ++file_desc.num_allocated;