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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 93 the young and middle generations) will always examine roughly the same
400 /* This is in move_unreachable's 'young' list, but
410 * Move it back to move_unreachable's 'young' list,
418 * If gc_refs > 0, it must be in move_unreachable's 'young'
434 /* Move the unreachable objects from young to unreachable. After this,
435 * all objects in young have gc_refs = GC_REACHABLE, and all objects in
437 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
438 * All objects in young after this are directly or indirectly reachable
439 * from outside the original young; and all objects in unreachable are
443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
877 PyGC_Head *young; \/* the generation we are examining *\/ local
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 93 the young and middle generations) will always examine roughly the same
400 /* This is in move_unreachable's 'young' list, but
410 * Move it back to move_unreachable's 'young' list,
418 * If gc_refs > 0, it must be in move_unreachable's 'young'
434 /* Move the unreachable objects from young to unreachable. After this,
435 * all objects in young have gc_refs = GC_REACHABLE, and all objects in
437 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
438 * All objects in young after this are directly or indirectly reachable
439 * from outside the original young; and all objects in unreachable are
443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable
874 PyGC_Head *young; \/* the generation we are examining *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 93 the young and middle generations) will always examine roughly the same
360 /* This is in move_unreachable's 'young' list, but
370 * Move it back to move_unreachable's 'young' list,
378 * If gc_refs > 0, it must be in move_unreachable's 'young'
394 /* Move the unreachable objects from young to unreachable. After this,
395 * all objects in young have gc_refs = GC_REACHABLE, and all objects in
397 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
398 * All objects in young after this are directly or indirectly reachable
399 * from outside the original young; and all objects in unreachable are
403 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
826 PyGC_Head *young; \/* the generation we are examining *\/ local
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 311 /* This is in move_unreachable's 'young' list, but
321 * Move it back to move_unreachable's 'young' list,
329 * If gc_refs > 0, it must be in move_unreachable's 'young'
345 /* Move the unreachable objects from young to unreachable. After this,
346 * all objects in young have gc_refs = GC_REACHABLE, and all objects in
348 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
349 * All objects in young after this are directly or indirectly reachable
350 * from outside the original young; and all objects in unreachable are
354 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
356 PyGC_Head *gc = young->gc.gc_next
803 PyGC_Head *young; \/* the generation we are examining *\/ local
    [all...]

Completed in 118 milliseconds