Searched refs:_PyObject_Free (Results 1 – 4 of 4) sorted by relevance
14 # suppressions for _PyObject_Free and _PyObject_Realloc.130 ### fun:_PyObject_Free136 ### fun:_PyObject_Free142 ### fun:_PyObject_Free148 ### fun:_PyObject_Free154 ### fun:_PyObject_Free
79 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() function2307 _PyObject_Free(ctx, p); in pymalloc_realloc()
743 _PyObject_Malloc() and _PyObject_Free().
875 ``_PyObject_Free``/``_PyObject_Realloc`` instead of