Lines Matching defs:new
105 * MARK_END should happen whenever a link field becomes a new endpoint.
106 * This happens when new blocks are added or whenever an existing
107 * block is freed leaving another existing block as the new endpoint.
121 allocator. It accommodates common use cases where new blocks are being
576 Making the deque empty requires allocating a new empty block. In
578 alternate method that doesn't require a new block. Repeating
2153 PyObject *new = new_defdict((defdictobject*)self, left);
2154 if (!new) {
2157 if (PyDict_Update(new, right)) {
2158 Py_DECREF(new);
2161 return new;
2218 a new value when a key is not present, in __getitem__ only.\n\