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

  /external/python/cpython3/Include/internal/
mem.h 27 long_lived_pending / long_lived_total
141 Py_ssize_t long_lived_pending; member in struct:_gc_runtime_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 77 static Py_ssize_t long_lived_pending = 0; variable
89 long_lived_pending / long_lived_total
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 77 static Py_ssize_t long_lived_pending = 0; variable
89 long_lived_pending / long_lived_total
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 77 static Py_ssize_t long_lived_pending = 0; variable
89 long_lived_pending / long_lived_total
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 867 _PyRuntime.gc.long_lived_pending += gc_list_size(young);
875 _PyRuntime.gc.long_lived_pending = 0;
    [all...]

Completed in 411 milliseconds