Home
last modified time | relevance | path

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

/third_party/python/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
DNEWS4203 gives a small speedup to _PyObject_Malloc() and _PyObject_Free().
8038 ``_PyObject_Free``/``_PyObject_Realloc`` instead of
/third_party/python/Objects/
Dobmalloc.c79 static void _PyObject_Free(void *ctx, void *p);
180 …define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Free}
1913 _PyObject_Free(void *ctx, void *p) in _PyObject_Free() function
1991 _PyObject_Free(ctx, p); in pymalloc_realloc()