Searched refs:alloced (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesw.cc168 : w(0), alloced(0), par(0), subwins(0), sib(0)
174 alloced = FALSE;
180 : w(0), alloced(0), par(0), subwins(0), sib(0)
190 alloced = TRUE;
196 : w(0), alloced(0), par(0), subwins(0), sib(0)
202 alloced = FALSE;
209 : w(0), alloced(0), par(0), subwins(0), sib(0)
230 alloced = TRUE;
236 : w(0), alloced(0), par(0), subwins(0), sib(0)
250 alloced
[all...]
H A Dcursespad.cc55 alloced = TRUE;
H A Dcursesw.h732 bool alloced; // TRUE if we own the WINDOW member in class:NCursesWindow
775 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
/haiku-fatelf/src/bin/gdb/libiberty/testsuite/
H A Dtest-demangle.c38 size_t alloced; member in struct:line
53 size_t alloc = buf->alloced;
86 buf->alloced = alloc;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-strtab.c51 /* Number of array entries alloced. */
52 bfd_size_type alloced; member in struct:elf_strtab_hash
110 table->alloced = 64;
112 table->array = bfd_malloc (table->alloced * amt);
162 if (tab->size == tab->alloced)
165 tab->alloced *= 2;
166 tab->array = bfd_realloc (tab->array, tab->alloced * amt);
H A Delf-eh-frame.c276 sec_info->alloced = 100;
301 if (sec_info->count == sec_info->alloced)
306 + ((sec_info->alloced + 99)
311 memset (&sec_info->entry[sec_info->alloced], 0,
313 sec_info->alloced += 100;
H A Delf-bfd.h310 unsigned int alloced;
309 unsigned int alloced; member in struct:eh_frame_sec_info
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinterps.c419 int alloced = 0; local
428 ++alloced;
429 matches = (char **) xmalloc (alloced * sizeof (char *));
462 else if (num_matches < alloced)
/haiku-fatelf/src/bin/rcs/
H A Drcsutil.c241 static struct alloclist *alloced; variable in typeref:struct:alloclist
274 /* Remember PTR in 'alloced' so that it can be freed later. Yield PTR. */
277 q->nextalloc = alloced;
278 alloced = q;
285 /* Allocate a block, putting it in 'alloced' so it can be freed later. */
295 for (p = alloced; p; p = q) {
300 alloced = 0;
308 register struct alloclist *p, **a = &alloced;

Completed in 128 milliseconds