Searched refs:first_block_ (Results 1 – 2 of 2) sorted by relevance
543 first_block_(NULL), in GlobalHandles()551 NodeBlock* block = first_block_; in ~GlobalHandles()557 first_block_ = NULL; in ~GlobalHandles()563 first_block_ = new NodeBlock(this, first_block_); in Create()564 first_block_->PutNodesOnFreeList(&first_free_); in Create()
336 NodeBlock* first_block_; variable