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:arenaindex
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Objects/
H
A
D
obmalloc.c
913
* size, then `POOL_ADDR(p)->
arenaindex
' could rarely cause a segmentation
1007
uint
arenaindex
; /* index into arenas of base adr */
member
1703
arenas[(POOL)->
arenaindex
].address. Then P belongs to the arena if and only if
1716
(POOL)->
arenaindex
< maxarenas must be false, saving us from trying to index
1720
arenas[(POOL)->
arenaindex
]. Suppose obmalloc controls P. Then (barring wild
1728
call to the system malloc() or realloc()). (POOL)->
arenaindex
may be anything
1729
in this case -- it may even be uninitialized trash. If the trash
arenaindex
1733
Else
arenaindex
is < maxarena, and AO is read up. If AO corresponds to an
1753
2.5, arenas were never free()'ed, and an
arenaindex
< maxarena always
1759
memory when P is not controlled by obmalloc (to get at (POOL)->
arenaindex
)
1777
uint
arenaindex
= *((volatile uint *)&pool->
arenaindex
);
address_in_range()
local
[all...]
Completed in 5 milliseconds