Searched refs:new_nodes (Results 1 – 3 of 3) sorted by relevance
217 NE_HASHNODE **new_nodes; in _hash_resize() local227 new_nodes = (NE_HASHNODE **) realloc (hash->nodes, (hash->size*2) * sizeof(NE_HASHNODE)); in _hash_resize()228 if (new_nodes == NULL) in _hash_resize()231 hash->nodes = new_nodes; in _hash_resize()
256 Node* new_nodes = current_->nodes; in SlowAllocate() local257 next_ = new_nodes + 1; in SlowAllocate()258 limit_ = new_nodes + kNodesPerChunk; in SlowAllocate()259 return new_nodes; in SlowAllocate()
402 GHashNode *new_nodes; in g_hash_table_resize() local409 new_nodes = g_new0 (GHashNode, hash_table->size); in g_hash_table_resize()422 new_node = &new_nodes [hash_val]; in g_hash_table_resize()429 new_node = &new_nodes [hash_val]; in g_hash_table_resize()436 hash_table->nodes = new_nodes; in g_hash_table_resize()