Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object_alloc.h18 _PyObject_GetAllocationHeap(_PyThreadStateImpl *tstate, PyTypeObject *tp) in _PyObject_GetAllocationHeap() function
44 m->current_object_heap = _PyObject_GetAllocationHeap(tstate, tp); in _PyObject_MallocWithType()
59 m->current_object_heap = _PyObject_GetAllocationHeap(tstate, tp); in _PyObject_ReallocWithType()