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

  /external/python/cpython3/Programs/
python.c 28 (void)_PyMem_SetupAllocators("malloc");
73 (void)_PyMem_SetupAllocators("malloc");
  /external/python/cpython3/Include/
pymem.h 22 PyAPI_FUNC(int) _PyMem_SetupAllocators(const char *opt);
  /external/python/cpython3/Modules/
main.c 391 if (_PyMem_SetupAllocators(opt) < 0) {
  /external/python/cpython3/Objects/
obmalloc.c 206 _PyMem_SetupAllocators(const char *opt)
    [all...]

Completed in 537 milliseconds