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()1638 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc() function1988 bp = _PyObject_Malloc(ctx, nbytes); in pymalloc_realloc()2004 return _PyObject_Malloc(ctx, nbytes); in _PyObject_Realloc()
4203 gives a small speedup to _PyObject_Malloc() and _PyObject_Free().