Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:move_unreachable
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/
H
A
D
gcmodule.c
51
// subtract_refs() and
move_unreachable
() uses this to distinguish
54
//
move_unreachable
() removes this flag from reachable objects.
62
// This flag represents the object is in unreachable list in
move_unreachable
()
64
// Although this flag is used only in
move_unreachable
(),
move_unreachable
()
217
move_unreachable
() then moves objects not reachable (whether directly or
484
/* A traversal callback for
move_unreachable
. */
497
//
move_unreachable
's scan of the 'young' list - they've already been
in visit_reachable()
507
/* This had gc_refs = 0 when
move_unreachable
got
in visit_reachable()
509
* Move it back to
move_unreachable
'
in visit_reachable()
558
move_unreachable
(PyGC_Head *young, PyGC_Head *unreachable)
move_unreachable()
function
[all...]
Completed in 2 milliseconds