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

  /external/python/cpython3/Include/
pymem.h 25 PyAPI_FUNC(const char*) _PyMem_GetAllocatorsName(void);
  /external/python/cpython3/Python/
pylifecycle.c 599 const char *allocator = _PyMem_GetAllocatorsName();
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 322 _PyMem_GetAllocatorsName(void)
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 53 milliseconds