Lines Matching defs:alloc
4520 size_t alloc;4532 table->n = table->alloc = 0;4543 if (table->n == table->alloc)4545 if (table->alloc == 0)4546 table->alloc = 128;4548 table->alloc *= 2;4550 table->alloc * sizeof table->table[0]);