Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h99 PyAPI_FUNC(void) PyObject_Free(void *);
123 #define PyObject_Free _PyObject_DebugFree macro
128 #define PyObject_FREE PyObject_Free
138 #define PyObject_Del PyObject_Free
142 #define _PyObject_Del PyObject_Free
/external/python/cpython2/Misc/
Dvalgrind-python.supp14 # suppressions for PyObject_Free and PyObject_Realloc.
130 ### fun:PyObject_Free
136 ### fun:PyObject_Free
142 ### fun:PyObject_Free
148 ### fun:PyObject_Free
154 ### fun:PyObject_Free
Dpymemcompat.h51 #define PyObject_Free PyMem_Free macro
DREADME.valgrind13 suppress the warnings for PyObject_Free and PyObject_Realloc
50 ==6399== at 0x4A9BDE7E: PyObject_Free (obmalloc.c:711)
/external/python/cpython2/Objects/
Dobmalloc.c991 #undef PyObject_Free
994 PyObject_Free(void *p) in PyObject_Free() function
1275 PyObject_Free(p); in PyObject_Realloc()
1323 PyObject_Free(void *p) in PyObject_Free() function
1532 PyObject_Free(q); in _PyObject_DebugFreeApi()
Dunicodeobject.c1052 PyObject_Free(callresults); in PyUnicode_FromFormatV()
1054 PyObject_Free(abuffer); in PyUnicode_FromFormatV()
1064 PyObject_Free(callresults); in PyUnicode_FromFormatV()
1067 PyObject_Free(abuffer); in PyUnicode_FromFormatV()
Dtypeobject.c2721 PyObject_Free((char *)type->tp_doc); in type_dealloc()
/external/python/cpython2/Python/
Dfuture.c133 PyObject_Free(ff); in PyFuture_FromAST()
Dcompile.c321 PyObject_Free(c->c_future); in compiler_free()
447 PyObject_Free((void *)b->b_instr); in compiler_unit_free()
449 PyObject_Free((void *)b); in compiler_unit_free()
460 PyObject_Free(u); in compiler_unit_free()
3519 PyObject_Free(a->a_postorder); in assemble_free()
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c72 PyObject_Free((PyObject *)self); in SndCh_dealloc()
304 PyObject_Free((PyObject *)self); in SPBObj_dealloc()
/external/python/cpython2/Modules/
D_elementtree.c292 PyObject_Free(self->extra->children); in element_dealloc_extra()
294 PyObject_Free(self->extra); in element_dealloc_extra()
2512 memory_handler.free_fcn = PyObject_Free;
/external/python/cpython2/PC/os2emx/
Dpython27.def498 "PyObject_Free"
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1831 :c:func:`PyObject_Malloc`, it has to be freed using :c:func:`PyObject_Free`, not
1847 :c:func:`PyObject_Malloc`, :c:func:`PyObject_Realloc`, and :c:func:`PyObject_Free`.
D2.5.rst2148 :c:func:`PyObject_Free` are another family that's supposed to be used for