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:gc_refs
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/
H
A
D
gcmodule.c
188
During a collection, _gc_prev is temporary used for
gc_refs
, and the gc list
191
gc_refs
193
to
gc_refs
, for each object in the generation being collected.
194
subtract_refs() then adjusts
gc_refs
so that it equals the number of
221
Objects that are found to be reachable have
gc_refs
set to 1.
415
/* Set all
gc_refs
= ob_refcnt. After this,
gc_refs
is > 0 and
454
/* We're only interested in
gc_refs
for objects in the
in visit_decref()
456
* because only they have positive
gc_refs
.
in visit_decref()
465
/* Subtract internal references from
gc_refs
493
const Py_ssize_t
gc_refs
= gc_get_refs(gc);
visit_reachable()
local
[all...]
Completed in 3 milliseconds