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

  /external/python/cpython3/Include/
pymem.h 22 PyAPI_FUNC(int) _PyMem_SetupAllocators(const char *opt);
24 /* Try to get the allocators name set by _PyMem_SetupAllocators(). */
  /external/python/cpython3/Python/
pylifecycle.c 666 if (_PyMem_SetupAllocators(core_config->allocator) < 0) {
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 264 _PyMem_SetupAllocators(const char *opt)
    [all...]

Completed in 48 milliseconds