Searched refs:_PyObject_Malloc (Results 1 – 2 of 2) sorted by relevance
77 static void* _PyObject_Malloc(void *ctx, size_t size);180 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr…455 return (_PyMem_Debug.obj.alloc.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled()458 return (_PyObject.malloc == _PyObject_Malloc); in _PyMem_PymallocEnabled()1949 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc() function2304 bp = _PyObject_Malloc(ctx, nbytes); in pymalloc_realloc()2320 return _PyObject_Malloc(ctx, nbytes); in _PyObject_Realloc()
743 _PyObject_Malloc() and _PyObject_Free().