| /external/python/cpython3/Include/ |
| D | objimpl.h | 98 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/ |
| D | mem.c | 269 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()
|
| D | heaptype.c | 533 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()
|
| D | structmember.c | 142 PyObject_Free(ob); in test_structmembers_free()
|
| /external/python/cpython3/Misc/ |
| D | README.valgrind | 16 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/ |
| D | xxmodule.c | 47 PyObject_Free(self); in Xxo_dealloc()
|
| D | _hashopenssl.c | 506 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.c | 295 PyObject_Free(po); in PyCursesPanel_Dealloc()
|
| D | sha3module.c | 174 PyObject_Free(self); in SHA3_dealloc()
|
| D | _randommodule.c | 593 {Py_tp_free, PyObject_Free},
|
| D | zlibmodule.c | 714 PyObject_Free(self); in Dealloc() 1372 PyObject_Free(self); in ZlibDecompressor_dealloc()
|
| D | _tkinter.c | 787 PyObject_Free(self); in PyTclObject_dealloc() 2731 PyObject_Free(self); in Tktt_Dealloc() 3033 PyObject_Free(self); in Tkapp_Dealloc()
|
| D | selectmodule.c | 782 PyObject_Free(self); in poll_dealloc() 1172 PyObject_Free(self); in devpoll_dealloc()
|
| /external/python/cpython3/Python/ |
| D | executor_cases.c.h | 478 _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 …]
|
| D | bytecodes.c | 445 _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 …]
|
| D | generated_cases.c.h | 191 _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 …]
|
| D | legacy_tracing.c | 399 .tp_dealloc = (destructor)PyObject_Free,
|
| /external/python/cpython3/Modules/_blake2/ |
| D | blake2s_impl.c | 399 PyObject_Free(self); in py_blake2s_dealloc()
|
| D | blake2b_impl.c | 399 PyObject_Free(self); in py_blake2b_dealloc()
|
| /external/python/cpython3/Objects/stringlib/ |
| D | unicode_format.h | 983 PyObject_Free(it); in formatteriter_dealloc() 1142 PyObject_Free(it); in fieldnameiter_dealloc()
|
| /external/python/cpython3/Objects/ |
| D | floatobject.c | 255 PyObject_Free(op); in _PyFloat_ExactDealloc() 263 PyObject_Free(op); in _PyFloat_ExactDealloc() 2005 PyObject_Free(f); in _PyFloat_ClearFreeList()
|
| D | rangeobject.c | 173 PyObject_Free(r); in range_dealloc() 1069 PyObject_Free(r); in longrangeiter_dealloc()
|
| /external/python/cpython3/Doc/c-api/ |
| D | memory.rst | 372 .. 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/ |
| D | python3dll.c | 476 EXPORT_FUNC(PyObject_Free)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 518 func,PyObject_Free,3.2,,
|