Home | History | Annotate | Download | only in src

Lines Matching defs:New

38 inline void* Zone::New(int size) {
56 return static_cast<T*>(Zone::New(length * sizeof(T)));
74 // If the tree is empty, insert the new node.
75 root_ = new Node(key, C::kNoValue);
86 // Insert the new node.
87 Node* node = new Node(key, C::kNoValue);
201 // No left child, so the new tree is just the right child.
206 // Make the original left child the new root.
208 // Splay to make sure that the new root has an empty right child.
210 // Insert the original right child as the right child of the new