Home
last modified time | relevance | path

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

12

/external/python/cpython3/Include/
Dobjimpl.h98 PyAPI_FUNC(void) PyObject_Free(void *ptr);
106 #define PyObject_FREE PyObject_Free
107 #define PyObject_Del PyObject_Free
108 #define PyObject_DEL PyObject_Free
/external/python/cpython3/Modules/_testcapi/
Dmem.c269 PyObject_Free(ptr2); in test_setallocators()
316 PyObject_Free(ptr); in test_setallocators()
430 PyObject_Free(ptr); in test_pymem_alloc0()
438 PyObject_Free(ptr); in test_pymem_alloc0()
466 PyObject_Free(buffer); in pyobject_malloc_without_gil()
Dheaptype.c533 PyObject_Free(self); in heapctype_dealloc()
766 PyObject_Free(self); in heapctypewithdict_dealloc()
911 PyObject_Free(self); in heapctypewithweakref_dealloc()
962 PyObject_Free(self); in heapctypesetattr_dealloc()
Dstructmember.c142 PyObject_Free(ob); in test_structmembers_free()
/external/python/cpython3/Misc/
DREADME.valgrind16 Misc/valgrind-python.supp that suppress the warnings for PyObject_Free and
58 ==6399== at 0x4A9BDE7E: PyObject_Free (obmalloc.c:711)
/external/python/cpython3/Modules/
Dxxmodule.c47 PyObject_Free(self); in Xxo_dealloc()
D_hashopenssl.c506 PyObject_Free(self); in EVP_dealloc()
1599 if (self) PyObject_Free(self); in _hashlib_hmac_new_impl()
1689 PyObject_Free(self); in _hmac_dealloc()
D_curses_panel.c295 PyObject_Free(po); in PyCursesPanel_Dealloc()
Dsha3module.c174 PyObject_Free(self); in SHA3_dealloc()
D_randommodule.c593 {Py_tp_free, PyObject_Free},
Dzlibmodule.c714 PyObject_Free(self); in Dealloc()
1372 PyObject_Free(self); in ZlibDecompressor_dealloc()
D_tkinter.c787 PyObject_Free(self); in PyTclObject_dealloc()
2731 PyObject_Free(self); in Tktt_Dealloc()
3033 PyObject_Free(self); in Tkapp_Dealloc()
Dselectmodule.c782 PyObject_Free(self); in poll_dealloc()
1172 PyObject_Free(self); in devpoll_dealloc()
/external/python/cpython3/Python/
Dexecutor_cases.c.h478 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free);
479 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free);
494 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free);
495 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free);
510 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free);
511 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free);
727 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free);
765 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free);
800 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free);
905 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free);
[all …]
Dbytecodes.c445 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in dummy_func()
446 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in dummy_func()
453 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in dummy_func()
454 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in dummy_func()
461 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in dummy_func()
462 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in dummy_func()
638 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in dummy_func()
653 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in dummy_func()
669 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in dummy_func()
759 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in dummy_func()
[all …]
Dgenerated_cases.c.h191 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in TARGET()
192 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in TARGET()
323 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in TARGET()
324 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in TARGET()
381 _Py_DECREF_SPECIALIZED(right, (destructor)PyObject_Free); in TARGET()
382 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in TARGET()
536 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in TARGET()
564 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in TARGET()
592 _Py_DECREF_SPECIALIZED(sub, (destructor)PyObject_Free); in TARGET()
2286 _Py_DECREF_SPECIALIZED(left, (destructor)PyObject_Free); in TARGET()
[all …]
Dlegacy_tracing.c399 .tp_dealloc = (destructor)PyObject_Free,
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c399 PyObject_Free(self); in py_blake2s_dealloc()
Dblake2b_impl.c399 PyObject_Free(self); in py_blake2b_dealloc()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h983 PyObject_Free(it); in formatteriter_dealloc()
1142 PyObject_Free(it); in fieldnameiter_dealloc()
/external/python/cpython3/Objects/
Dfloatobject.c255 PyObject_Free(op); in _PyFloat_ExactDealloc()
263 PyObject_Free(op); in _PyFloat_ExactDealloc()
2005 PyObject_Free(f); in _PyFloat_ClearFreeList()
Drangeobject.c173 PyObject_Free(r); in range_dealloc()
1069 PyObject_Free(r); in longrangeiter_dealloc()
/external/python/cpython3/Doc/c-api/
Dmemory.rst372 .. c:function:: void PyObject_Free(void *p)
376 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called
473 * :c:func:`PyObject_Free`
554 - Detect API violations. For example, detect if :c:func:`PyObject_Free` is
/external/python/cpython3/PC/
Dpython3dll.c476 EXPORT_FUNC(PyObject_Free)
/external/python/cpython3/Doc/data/
Dstable_abi.dat518 func,PyObject_Free,3.2,,

12