Searched refs:PyObject_Malloc (Results 1 – 11 of 11) sorted by relevance
97 PyAPI_FUNC(void *) PyObject_Malloc(size_t);119 #define PyObject_Malloc _PyObject_DebugMalloc macro126 #define PyObject_MALLOC PyObject_Malloc
745 #undef PyObject_Malloc747 PyObject_Malloc(size_t nbytes) in PyObject_Malloc() function1186 return PyObject_Malloc(nbytes); in PyObject_Realloc()1223 bp = PyObject_Malloc(nbytes); in PyObject_Realloc()1262 PyObject_Malloc(size_t n) in PyObject_Malloc() function1445 p = (uchar *)PyObject_Malloc(total); in _PyObject_DebugMallocApi()
708 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount); in PyUnicode_FromFormatV()833 abuffer = PyObject_Malloc(abuffersize); in PyUnicode_FromFormatV()
124 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in PyFuture_FromAST()
469 u = (struct compiler_unit *)PyObject_Malloc(sizeof( in compiler_enter_scope()572 b = (basicblock *)PyObject_Malloc(sizeof(basicblock)); in compiler_new_block()624 b->b_instr = (struct instr *)PyObject_Malloc( in compiler_next_instr()3543 a->a_postorder = (basicblock **)PyObject_Malloc( in assemble_init()
129 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in PyFuture_FromAST()
446 u = (struct compiler_unit *)PyObject_Malloc(sizeof( in compiler_enter_scope()549 b = (basicblock *)PyObject_Malloc(sizeof(basicblock)); in compiler_new_block()601 b->b_instr = (struct instr *)PyObject_Malloc( in compiler_next_instr()3519 a->a_postorder = (basicblock **)PyObject_Malloc( in assemble_init()
788 #undef PyObject_Malloc790 PyObject_Malloc(size_t nbytes) in PyObject_Malloc() function1235 return PyObject_Malloc(nbytes); in PyObject_Realloc()1272 bp = PyObject_Malloc(nbytes); in PyObject_Realloc()1311 PyObject_Malloc(size_t n) in PyObject_Malloc() function1494 p = (uchar *)PyObject_Malloc(total); in _PyObject_DebugMallocApi()
750 callresults = PyObject_Malloc(sizeof(PyObject *)*callcount); in PyUnicode_FromFormatV()899 abuffer = PyObject_Malloc(abuffersize + 1); in PyUnicode_FromFormatV()
264 self->extra = PyObject_Malloc(sizeof(ElementObjectExtra)); in element_new_extra()372 children = PyObject_Malloc(size * sizeof(PyObject*)); in element_resize()2491 memory_handler.malloc_fcn = PyObject_Malloc;