Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyObject_Malloc

153         new->ob_bytes = PyObject_Malloc(alloc);
242 sval = PyObject_Malloc(alloc);
937 buffer = PyObject_Malloc(newsize);