HomeSort by: relevance | last modified time | path
    Searched defs:num_allocated (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
makeuname2c.cc 70 static unsigned long num_allocated, num_entries; variable
301 if (num_entries == num_allocated)
303 num_allocated = num_allocated ? 2 * num_allocated : 65536;
304 entries = (struct entry *) xrealloc (entries, num_allocated
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 270 size_t num_allocated; member in class:IntArray
308 size_t num_allocated; member in class:StringBuf
325 size_t num_allocated; member in class:EnvStack
444 num_allocated = 4;
445 // allocate pointer to array of num_allocated pointers to environment
446 data = (environment **)malloc(envp_size * num_allocated);
476 if (num_stored >= num_allocated) {
478 num_allocated *= 2;
479 data = (environment **)malloc(envp_size * num_allocated);
503 num_allocated = 4
    [all...]
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 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++
803 unsigned long num_allocated; \/* # objects allocated *\/ member in struct:varray
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 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++
803 unsigned long num_allocated; \/* # objects allocated *\/ member in struct:varray
    [all...]

Completed in 26 milliseconds