Home
last modified time | relevance | path

Searched refs:PyObject_Calloc (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dobjimpl.h99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
/third_party/python/PC/
H A Dpython3dll.c440 EXPORT_FUNC(PyObject_Calloc)
/third_party/python/Objects/
H A Dobmalloc.c716 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc() function
H A Dbytesobject.c101 op = (PyBytesObject *)PyObject_Calloc(1, PyBytesObject_SIZE + size); in _PyBytes_FromSize()
/third_party/python/Python/
H A Dcompile.c816 b = (basicblock *)PyObject_Calloc(1, sizeof(basicblock)); in compiler_new_block()
870 b->b_instr = (struct instr *)PyObject_Calloc( in compiler_next_instr()
1721 u = (struct compiler_unit *)PyObject_Calloc(1, sizeof( in compiler_enter_scope()
/third_party/python/Modules/
H A D_testcapimodule.c4126 ptr = PyObject_Calloc(0, 0); in test_pymem_alloc0()
4128 PyErr_SetString(PyExc_RuntimeError, "PyObject_Calloc(0, 0) returns NULL"); in test_pymem_alloc0()
4270 case PYMEM_DOMAIN_OBJ: ptr = PyObject_Calloc(nelem, elsize); break; in test_setallocators()

Completed in 31 milliseconds