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

  /external/python/cpython3/Include/
objimpl.h 236 PyAPI_FUNC(Py_ssize_t) _PyGC_CollectIfEnabled(void);
  /external/python/cpython3/Python/
pylifecycle.c 603 _PyGC_CollectIfEnabled();
608 while (_PyGC_CollectIfEnabled() > 0)
635 _PyGC_CollectIfEnabled();
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c     [all...]

Completed in 130 milliseconds