Lines Matching refs:grow
63 /* grow(); */
142 db_index::grow()
147 WRITELOCKV(this, "w db_index::grow");
158 "wu db_index::grow: table size exceeds calloc limit");
159 FATAL("db_index::grow: table size exceeds calloc limit",
169 "wu db_index::grow: cannot allocate space");
170 FATAL("db_index::grow: cannot allocate space", DB_MEMORY_LIMIT);
179 WRITEUNLOCKV(this, "wu db_index::grow");
263 * Increment count of number of entries in index table and grow table
278 if (tab == NULL) grow();
303 grow();