HomeSort by relevance Sort by last modified time
    Searched refs:PyMem_RawCalloc (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
pymem.h 16 PyAPI_FUNC(void *) PyMem_RawCalloc(size_t nelem, size_t elsize);
  /external/python/cpython3/Objects/
obmalloc.c 98 /* PyMem_RawCalloc(0, 0) means calloc(1, 1). Some systems would return NULL
524 PyMem_RawCalloc(size_t nelem, size_t elsize)
    [all...]
  /external/python/cpython3/Python/
sysmodule.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 237 milliseconds