Home
last modified time | relevance | path

Searched refs:_PyObject_Free (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/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
/external/python/cpython3/Objects/
Dobmalloc.c79 static void _PyObject_Free(void *ctx, void *p);
180 …define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Free}
2229 _PyObject_Free(void *ctx, void *p) in _PyObject_Free() function
2307 _PyObject_Free(ctx, p); in pymalloc_realloc()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst743 _PyObject_Malloc() and _PyObject_Free().
D3.8.0a1.rst875 ``_PyObject_Free``/``_PyObject_Realloc`` instead of