Lines Matching defs:alloc
375 unsigned long alloc;
377 alloc = size;
378 alloc *= sizeof (struct bfd_hash_entry *);
379 if (alloc / sizeof (struct bfd_hash_entry *) != size)
392 objalloc_alloc ((struct objalloc *) table->memory, alloc);
399 memset ((void *) table->table, 0, alloc);
524 unsigned long alloc = newsize * sizeof (struct bfd_hash_entry *);
526 /* If we can't find a higher prime, or we can't possibly alloc
528 if (newsize == 0 || alloc / sizeof (struct bfd_hash_entry *) != newsize)
535 objalloc_alloc ((struct objalloc *) table->memory, alloc));
541 memset (newtable, 0, alloc);