Home
last modified time | relevance | path

Searched refs:PyObject_Free (Results 1 – 25 of 52) sorted by relevance

123

/third_party/python/Include/
Dobjimpl.h102 PyAPI_FUNC(void) PyObject_Free(void *ptr);
110 #define PyObject_FREE PyObject_Free
111 #define PyObject_Del PyObject_Free
112 #define PyObject_DEL PyObject_Free
/third_party/python/Python/
Dfuture.c132 PyObject_Free(ff); in _PyFuture_FromAST()
Dcompile.c468 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()
/third_party/python/Misc/
DREADME.valgrind16 Misc/valgrind-python.supp that suppress the warnings for PyObject_Free and
58 ==6399== at 0x4A9BDE7E: PyObject_Free (obmalloc.c:711)
/third_party/python/Objects/
Dcapsule.c263 PyObject_Free(o); in capsule_dealloc()
Drangeobject.c174 PyObject_Free(r); in range_dealloc()
1016 PyObject_Free(r); in longrangeiter_dealloc()
Dbytearrayobject.c228 PyObject_Free(obj->ob_bytes); in PyByteArray_Resize()
988 PyObject_Free(buffer); in bytearray_repr()
1068 PyObject_Free(self->ob_bytes); in bytearray_dealloc()
Dfloatobject.c240 PyObject_Free(op); in float_dealloc()
2040 PyObject_Free(f); in _PyFloat_ClearFreeList()
/third_party/python/Modules/
Dxxmodule.c47 PyObject_Free(self); in Xxo_dealloc()
D_hashopenssl.c459 PyObject_Free(self); in EVP_dealloc()
1552 if (self) PyObject_Free(self); in _hashlib_hmac_new_impl()
1647 PyObject_Free(self); in _hmac_dealloc()
Dmathmodule.c2684 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()
D_curses_panel.c285 PyObject_Free(po); in PyCursesPanel_Dealloc()
D_testcapimodule.c3949 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()
Dossaudiodev.c157 PyObject_Free(self); in oss_dealloc()
202 PyObject_Free(self); in oss_mixer_dealloc()
D_randommodule.c570 {Py_tp_free, PyObject_Free},
D_tkinter.c912 PyObject_Free(self); in PyTclObject_dealloc()
2831 PyObject_Free(self); in Tktt_Dealloc()
3104 PyObject_Free(self); in Tkapp_Dealloc()
Dselectmodule.c738 PyObject_Free(self); in poll_dealloc()
1119 PyObject_Free(self); in devpoll_dealloc()
/third_party/python/Modules/_blake2/
Dblake2s_impl.c395 PyObject_Free(self); in py_blake2s_dealloc()
Dblake2b_impl.c396 PyObject_Free(self); in py_blake2b_dealloc()
/third_party/python/Objects/stringlib/
Dunicode_format.h986 PyObject_Free(it); in formatteriter_dealloc()
1150 PyObject_Free(it); in fieldnameiter_dealloc()
/third_party/python/Doc/c-api/
Dmemory.rst360 .. c:function:: void PyObject_Free(void *p)
364 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called
457 * :c:func:`PyObject_Free`
511 - Detect API violations. For example, detect if :c:func:`PyObject_Free` is
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c574 PyObject_Free(self); in semlock_dealloc()
/third_party/python/Modules/_sha3/
Dsha3module.c288 PyObject_Free(self); in SHA3_dealloc()
/third_party/python/PC/
D_msi.c354 PyObject_Free(msidb); in msiobj_dealloc()
/third_party/python/Doc/data/
Dstable_abi.dat484 function,PyObject_Free,3.2,

123