Searched refs:PyObject_Free (Results 1 – 25 of 52) sorted by relevance
123
102 PyAPI_FUNC(void) PyObject_Free(void *ptr);110 #define PyObject_FREE PyObject_Free111 #define PyObject_Del PyObject_Free112 #define PyObject_DEL PyObject_Free
132 PyObject_Free(ff); in _PyFuture_FromAST()
468 PyObject_Free(c->c_future); in compiler_free()590 PyObject_Free((void *)b->b_instr); in compiler_unit_free()592 PyObject_Free((void *)b); in compiler_unit_free()604 PyObject_Free(u); in compiler_unit_free()5716 PyObject_Free(pc->fail_pop); in emit_and_reset_fail_pop()5722 PyObject_Free(pc->fail_pop); in emit_and_reset_fail_pop()6242 PyObject_Free(old_pc.fail_pop); in compiler_pattern_or()6443 PyObject_Free(pc.fail_pop); in compiler_match()6554 PyObject_Free(stack); in stackdepth()7641 PyObject_Free(stack); in mark_reachable()
16 Misc/valgrind-python.supp that suppress the warnings for PyObject_Free and58 ==6399== at 0x4A9BDE7E: PyObject_Free (obmalloc.c:711)
263 PyObject_Free(o); in capsule_dealloc()
174 PyObject_Free(r); in range_dealloc()1016 PyObject_Free(r); in longrangeiter_dealloc()
228 PyObject_Free(obj->ob_bytes); in PyByteArray_Resize()988 PyObject_Free(buffer); in bytearray_repr()1068 PyObject_Free(self->ob_bytes); in bytearray_dealloc()
240 PyObject_Free(op); in float_dealloc()2040 PyObject_Free(f); in _PyFloat_ClearFreeList()
47 PyObject_Free(self); in Xxo_dealloc()
459 PyObject_Free(self); in EVP_dealloc()1552 if (self) PyObject_Free(self); in _hashlib_hmac_new_impl()1647 PyObject_Free(self); in _hmac_dealloc()
2684 PyObject_Free(diffs); in math_dist_impl()2696 PyObject_Free(diffs); in math_dist_impl()2737 PyObject_Free(coordinates); in math_hypot()2743 PyObject_Free(coordinates); in math_hypot()
285 PyObject_Free(po); in PyCursesPanel_Dealloc()
3949 PyObject_Free(ptr); in test_pymem_alloc0()3956 PyObject_Free(ptr); in test_pymem_alloc0()4079 case PYMEM_DOMAIN_OBJ: PyObject_Free(ptr2); break; in test_setallocators()4114 case PYMEM_DOMAIN_OBJ: PyObject_Free(ptr); break; in test_setallocators()4879 PyObject_Free(buffer); in pyobject_malloc_without_gil()6004 PyObject_Free(ob); in test_structmembers_free()6666 PyObject_Free(self); in heapctype_dealloc()6856 PyObject_Free(self); in heapctypewithdict_dealloc()6927 PyObject_Free(self); in heapctypewithweakref_dealloc()6970 PyObject_Free(self); in heapctypesetattr_dealloc()
157 PyObject_Free(self); in oss_dealloc()202 PyObject_Free(self); in oss_mixer_dealloc()
570 {Py_tp_free, PyObject_Free},
912 PyObject_Free(self); in PyTclObject_dealloc()2831 PyObject_Free(self); in Tktt_Dealloc()3104 PyObject_Free(self); in Tkapp_Dealloc()
738 PyObject_Free(self); in poll_dealloc()1119 PyObject_Free(self); in devpoll_dealloc()
395 PyObject_Free(self); in py_blake2s_dealloc()
396 PyObject_Free(self); in py_blake2b_dealloc()
986 PyObject_Free(it); in formatteriter_dealloc()1150 PyObject_Free(it); in fieldnameiter_dealloc()
360 .. c:function:: void PyObject_Free(void *p)364 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called457 * :c:func:`PyObject_Free`511 - Detect API violations. For example, detect if :c:func:`PyObject_Free` is
574 PyObject_Free(self); in semlock_dealloc()
288 PyObject_Free(self); in SHA3_dealloc()
354 PyObject_Free(msidb); in msiobj_dealloc()
484 function,PyObject_Free,3.2,