Searched refs:_PyObject_Malloc (Results 1 – 1 of 1) sorted by relevance
76 static void* _PyObject_Malloc(void *ctx, size_t size);173 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr…403 return (_PyMem_Debug.obj.alloc.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled()406 return (_PyObject.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled()1571 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc() function1901 bp = _PyObject_Malloc(ctx, nbytes); in pymalloc_realloc()1917 return _PyObject_Malloc(ctx, nbytes); in _PyObject_Realloc()