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:usedpools
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Objects/
H
A
D
obmalloc.c
1071
This is involved. For an index i,
usedpools
[i+i] is the header for a list of
1073
usedpools
[0] corresponds to blocks of size 8,
usedpools
[2] to blocks of size
1087
at
usedpools
[i] (see above). It's linked to the other used pools of the
1094
On transition to full, a pool is unlinked from its
usedpools
[] list.
1098
Then it's linked in at the front of the appropriate
usedpools
[] list, so
1102
On transition to empty, a pool is unlinked from its
usedpools
[] list,
1106
an empty list in
usedpools
[], it takes the first pool off of freepools.
1134
Major obscurity: While the
usedpools
vector is declared to have poolp
1150
each of which consume sizeof(block *) bytes. So what
usedpools
[
1167
static poolp
usedpools
[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
global()
variable
[all...]
Completed in 3 milliseconds