Home
last modified time | relevance | path

Searched refs:PyObject_DEL (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Objects/
Dcobject.c137 PyObject_DEL(self); in PyCObject_dealloc()
Dcapsule.c263 PyObject_DEL(o); in capsule_dealloc()
Dbufferobject.c263 PyObject_DEL(self); in buffer_dealloc()
Dcodeobject.c360 PyObject_DEL(co); in code_dealloc()
Dunicodeobject.c342 PyObject_DEL(unicode->str); in _PyUnicode_New()
394 PyObject_DEL(unicode->str); in unicode_dealloc()
407 PyObject_DEL(unicode->str); in unicode_dealloc()
8981 PyObject_DEL(v->str); in PyUnicode_ClearFreeList()
/external/python/cpython3/Include/
Dobjimpl.h110 #define PyObject_DEL PyObject_Free macro
/external/python/cpython2/Mac/Modules/
Dicgluemodule.c370 PyObject_DEL(self); in newiciobject()
381 PyObject_DEL(self); in ici_dealloc()
DMacOS.c245 PyObject_DEL(self); in rf_dealloc()
DNav.c300 PyObject_DEL(self); in navrr_dealloc()
/external/python/cpython3/Objects/
Dcapsule.c263 PyObject_DEL(o); in capsule_dealloc()
Dcodeobject.c587 PyObject_DEL(co); in code_dealloc()
Dunicodeobject.c1068 PyObject_DEL(_PyUnicode_UTF8(unicode)); in resize_compact()
1095 PyObject_DEL(_PyUnicode_WSTR(unicode)); in resize_compact()
1138 PyObject_DEL(_PyUnicode_UTF8(unicode)); in resize_inplace()
1957 PyObject_DEL(_PyUnicode_WSTR(unicode)); in unicode_dealloc()
1960 PyObject_DEL(_PyUnicode_UTF8(unicode)); in unicode_dealloc()
1963 PyObject_DEL(_PyUnicode_DATA_ANY(unicode)); in unicode_dealloc()
/external/python/cpython2/Include/
Dobjimpl.h139 #define PyObject_DEL PyObject_FREE macro
/external/python/cpython3/Modules/
D_curses_panel.c273 PyObject_DEL(po); in PyCursesPanel_Dealloc()
D_sre.c553 PyObject_DEL(self); in pattern_dealloc()
1888 PyObject_DEL(self); in match_dealloc()
2387 PyObject_DEL(self); in scanner_dealloc()
D_cursesmodule.c568 PyObject_DEL(wo); in PyCursesWindow_Dealloc()
D_testcapimodule.c6462 PyObject_DEL(self); in heapctypewithdict_dealloc()
6533 PyObject_DEL(self); in heapctypewithweakref_dealloc()
/external/python/cpython2/Modules/
D_curses_panel.c204 PyObject_DEL(po); in PyCursesPanel_Dealloc()
D_sre.c81 #define PyObject_DEL(op) PyMem_DEL((op)) macro
1886 PyObject_DEL(self); in pattern_dealloc()
3297 PyObject_DEL(self); in match_dealloc()
3860 PyObject_DEL(self); in scanner_dealloc()
D_cursesmodule.c363 PyObject_DEL(wo); in PyCursesWindow_Dealloc()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx846 #ifndef PyObject_DEL
847 # define PyObject_DEL PyObject_Del macro
1597 PyObject_DEL(v); in SwigPyObject_dealloc()
1947 PyObject_DEL(v); in SwigPyPacked_dealloc()
2044 PyObject_DEL((PyObject *) sobj); in SwigPyPacked_New()
/external/python/cpython2/Doc/c-api/
Dmemory.rst214 * :c:func:`PyObject_DEL`: alias to :c:func:`PyObject_FREE` (so finally an alias
/external/python/cpython3/PC/
Dwinreg.c147 PyObject_DEL(ob); in PyHKEY_deallocFunc()
/external/python/cpython2/PC/
D_winreg.c424 PyObject_DEL(ob); in PyHKEY_deallocFunc()