OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:move_unreachable
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c
196
move_unreachable
() then moves objects not reachable (whether directly or
391
/* A traversal callback for
move_unreachable
. */
400
/* This is in
move_unreachable
's 'young' list, but
402
* we need to do is tell
move_unreachable
that it's
408
/* This had gc_refs = 0 when
move_unreachable
got
410
* Move it back to
move_unreachable
's 'young' list,
411
* and
move_unreachable
will eventually get to it
418
* If gc_refs > 0, it must be in
move_unreachable
's 'young'
419
* list, and
move_unreachable
will eventually get to it.
421
* generation so we don't care about it, or
move_unreachable
443
move_unreachable
(PyGC_Head *young, PyGC_Head *unreachable)
function
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c
156
move_unreachable
() then moves objects not reachable (whether directly or
351
/* A traversal callback for
move_unreachable
. */
360
/* This is in
move_unreachable
's 'young' list, but
362
* we need to do is tell
move_unreachable
that it's
368
/* This had gc_refs = 0 when
move_unreachable
got
370
* Move it back to
move_unreachable
's 'young' list,
371
* and
move_unreachable
will eventually get to it
378
* If gc_refs > 0, it must be in
move_unreachable
's 'young'
379
* list, and
move_unreachable
will eventually get to it.
381
* generation so we don't care about it, or
move_unreachable
403
move_unreachable
(PyGC_Head *young, PyGC_Head *unreachable)
function
[
all
...]
/external/python/cpython2/Modules/
gcmodule.c
196
move_unreachable
() then moves objects not reachable (whether directly or
391
/* A traversal callback for
move_unreachable
. */
400
/* This is in
move_unreachable
's 'young' list, but
402
* we need to do is tell
move_unreachable
that it's
408
/* This had gc_refs = 0 when
move_unreachable
got
410
* Move it back to
move_unreachable
's 'young' list,
411
* and
move_unreachable
will eventually get to it
418
* If gc_refs > 0, it must be in
move_unreachable
's 'young'
419
* list, and
move_unreachable
will eventually get to it.
421
* generation so we don't care about it, or
move_unreachable
443
move_unreachable
(PyGC_Head *young, PyGC_Head *unreachable)
function
[
all
...]
/external/python/cpython3/Modules/
gcmodule.c
210
move_unreachable
() then moves objects not reachable (whether directly or
405
/* A traversal callback for
move_unreachable
. */
414
/* This is in
move_unreachable
's 'young' list, but
416
* we need to do is tell
move_unreachable
that it's
422
/* This had gc_refs = 0 when
move_unreachable
got
424
* Move it back to
move_unreachable
's 'young' list,
425
* and
move_unreachable
will eventually get to it
432
* If gc_refs > 0, it must be in
move_unreachable
's 'young'
433
* list, and
move_unreachable
will eventually get to it.
435
* generation so we don't care about it, or
move_unreachable
457
move_unreachable
(PyGC_Head *young, PyGC_Head *unreachable)
function
[
all
...]
Completed in 1406 milliseconds