Home
last modified time | relevance | path

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

12

/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/cpython3/Include/
Dobjimpl.h102 PyAPI_FUNC(void) PyObject_Free(void *ptr);
119 #define PyObject_FREE PyObject_Free
120 #define PyObject_Del PyObject_Free
121 #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/Doc/c-api/
Dmemory.rst198 .. c:function:: void PyObject_Free(void *p)
202 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called
212 * :c:func:`PyObject_FREE`: alias to :c:func:`PyObject_Free`
213 * :c:func:`PyObject_Del`: alias to :c:func:`PyObject_Free`
215 to :c:func:`PyObject_Free`)
/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()
/external/python/cpython3/Misc/
DREADME.valgrind16 suppress the warnings for PyObject_Free and PyObject_Realloc
53 ==6399== at 0x4A9BDE7E: PyObject_Free (obmalloc.c:711)
/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()
3520 PyObject_Free(a->a_postorder); in assemble_free()
/external/python/cpython3/Python/
Dfuture.c143 PyObject_Free(ff); in PyFuture_FromASTObject()
Dcompile.c393 PyObject_Free(c->c_future); in compiler_free()
522 PyObject_Free((void *)b->b_instr); in compiler_unit_free()
524 PyObject_Free((void *)b); in compiler_unit_free()
536 PyObject_Free(u); in compiler_unit_free()
5075 PyObject_Free(stack); in stackdepth()
5109 PyObject_Free(a->a_postorder); in assemble_free()
/external/python/cpython3/Doc/c-api/
Dmemory.rst322 .. c:function:: void PyObject_Free(void *p)
326 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called
416 * :c:func:`PyObject_Free`
448 - Detect API violations, ex: :c:func:`PyObject_Free` called on a buffer
/external/python/cpython3/Modules/
D_randommodule.c513 PyObject_Free, /*tp_free*/
D_testcapimodule.c3361 PyObject_Free(ptr); in test_pymem_alloc0()
3368 PyObject_Free(ptr); in test_pymem_alloc0()
3491 case PYMEM_DOMAIN_OBJ: PyObject_Free(ptr2); break; in test_setallocators()
3526 case PYMEM_DOMAIN_OBJ: PyObject_Free(ptr); break; in test_setallocators()
4237 PyObject_Free(buffer); in pyobject_malloc_without_gil()
D_elementtree.c249 PyObject_Free(extra->children); in dealloc_extra()
251 PyObject_Free(extra); in dealloc_extra()
2792 PyObject_Malloc, PyObject_Realloc, PyObject_Free};
Dpyexpat.c19 PyObject_Malloc, PyObject_Realloc, PyObject_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/cpython3/Objects/
Dbytearrayobject.c249 PyObject_Free(obj->ob_bytes); in PyByteArray_Resize()
994 PyObject_Free(buffer); in bytearray_repr()
1079 PyObject_Free(self->ob_bytes); in bytearray_dealloc()
Dobmalloc.c655 PyObject_Free(void *ptr) in PyObject_Free() function
/external/python/cpython3/PC/
Dpython3.def462 PyObject_Free=python37.PyObject_Free
/external/python/cpython2/Modules/
D_elementtree.c302 PyObject_Free(self->extra->children); in element_dealloc_extra()
304 PyObject_Free(self->extra); in element_dealloc_extra()
2567 memory_handler.free_fcn = PyObject_Free;
/external/python/cpython2/PC/os2emx/
Dpython27.def498 "PyObject_Free"
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst149 ``PyObject_Free``/``PyObject_Realloc``.

12