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:poolp
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Objects/
H
A
D
obmalloc.c
1013
typedef struct pool_header *
poolp
;
typedef
1060
/* Round pointer P down to the closest pool-aligned address <= P, as a
poolp
*/
1061
#define POOL_ADDR(P) ((
poolp
)_Py_ALIGN_DOWN((P), POOL_SIZE))
1134
Major obscurity: While the usedpools vector is declared to have
poolp
1136
poolp
entry, the nextpool and prevpool members of a pool_header. The
1141
"acts like" a genuine
poolp
, but only so long as you only reference its
1151
contains is a fudged-up pointer p such that *if* C believes it's a
poolp
1164
#define PTA(x) ((
poolp
)((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1167
static
poolp
usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1292
poolp
in _Py_GetAllocatedBlocks()
[all...]
Completed in 4 milliseconds