Searched refs:PyObject_Calloc (Results 1 – 18 of 18) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | objimpl.h | 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | objimpl.h | 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | objimpl.h | 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | objimpl.h | 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | objimpl.h | 99 PyAPI_FUNC(void *) PyObject_Calloc(size_t nelem, size_t elsize);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | memory.rst | 333 .. c:function:: void* PyObject_Calloc(size_t nelem, size_t elsize) 340 non-``NULL`` pointer if possible, as if ``PyObject_Calloc(1, 1)`` had been called 356 :c:func:`PyObject_Malloc`, :c:func:`PyObject_Realloc` or :c:func:`PyObject_Calloc`. 366 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called 458 * :c:func:`PyObject_Calloc`
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | memory.rst | 192 :c:func:`PyObject_Malloc`, :c:func:`PyObject_Realloc` or :c:func:`PyObject_Calloc`. 202 :c:func:`PyObject_Calloc`. Otherwise, or if ``PyObject_Free(p)`` has been called
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 440 EXPORT_FUNC(PyObject_Calloc)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 491 function,PyObject_Calloc,3.7,,
|
D | python3.11.abi | 513 …<elf-symbol name='PyObject_Calloc' type='func-type' binding='global-binding' visibility='default-v… 9619 …PyObject_Calloc' mangled-name='PyObject_Calloc' filepath='Objects/obmalloc.c' line='716' column='1…
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | obmalloc.c | 716 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc() function
|
D | bytesobject.c | 101 op = (PyBytesObject *)PyObject_Calloc(1, PyBytesObject_SIZE + size); in _PyBytes_FromSize()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1982 [function.PyObject_Calloc]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | bytesobject.c | 83 op = (PyBytesObject *)PyObject_Calloc(1, PyBytesObject_SIZE + size); in _PyBytes_FromSize()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 816 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()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 4126 ptr = PyObject_Calloc(0, 0); in test_pymem_alloc0() 4270 case PYMEM_DOMAIN_OBJ: ptr = PyObject_Calloc(nelem, elsize); break; in test_setallocators()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 2179 * :c:func:`PyObject_Calloc`.
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5170 Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), PyObject_Calloc(),
|