Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c2356 pymalloc_free(OMState *state, void *Py_UNUSED(ctx), void *p) in pymalloc_free() function
2422 if (UNLIKELY(!pymalloc_free(state, ctx, p))) { in _PyObject_Free()