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:OBJECT_STAT_INC
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_code.h
317
#define
OBJECT_STAT_INC
(name) _py_stats.object_stats.name++
macro
331
#define
OBJECT_STAT_INC
(name) ((void)0)
macro
/third_party/python/Objects/
H
A
D
obmalloc.c
622
OBJECT_STAT_INC
(allocations);
in PyMem_Malloc()
635
OBJECT_STAT_INC
(allocations);
in PyMem_Calloc()
651
OBJECT_STAT_INC
(frees);
in PyMem_Free()
711
OBJECT_STAT_INC
(allocations);
in PyObject_Malloc()
724
OBJECT_STAT_INC
(allocations);
in PyObject_Calloc()
740
OBJECT_STAT_INC
(frees);
in PyObject_Free()
H
A
D
dictobject.c
627
OBJECT_STAT_INC
(from_freelist);
in new_keys_object()
685
OBJECT_STAT_INC
(to_freelist);
in free_keys_object()
731
OBJECT_STAT_INC
(from_freelist);
in new_dict()
1550
OBJECT_STAT_INC
(to_freelist);
in dictresize()
2388
OBJECT_STAT_INC
(to_freelist);
in dict_dealloc()
5383
OBJECT_STAT_INC
(new_values);
in _PyObject_InitializeDict()
5427
OBJECT_STAT_INC
(dict_materialized_on_request);
in _PyObject_MakeDictFromInstanceAttributes()
5447
OBJECT_STAT_INC
(dict_materialized_too_big);
in _PyObject_StoreInstanceAttribute()
5450
OBJECT_STAT_INC
(dict_materialized_new_key);
in _PyObject_StoreInstanceAttribute()
5454
OBJECT_STAT_INC
(dict_materialized_str_subclas
in _PyObject_StoreInstanceAttribute()
[all...]
H
A
D
tupleobject.c
1203
OBJECT_STAT_INC
(from_freelist);
in maybe_freelist_pop()
1233
OBJECT_STAT_INC
(to_freelist);
in maybe_freelist_push()
H
A
D
genobject.c
1945
OBJECT_STAT_INC
(to_freelist);
in async_gen_wrapped_val_dealloc()
2022
OBJECT_STAT_INC
(from_freelist);
in _PyAsyncGenValueWrapperNew()
H
A
D
floatobject.c
144
OBJECT_STAT_INC
(from_freelist);
in PyFloat_FromDouble()
267
OBJECT_STAT_INC
(to_freelist);
in _PyFloat_ExactDealloc()
H
A
D
listobject.c
173
OBJECT_STAT_INC
(from_freelist);
in PyList_New()
369
OBJECT_STAT_INC
(to_freelist);
in list_dealloc()
/third_party/python/Python/
H
A
D
context.c
354
OBJECT_STAT_INC
(from_freelist);
in _context_alloc()
486
OBJECT_STAT_INC
(to_freelist);
in context_tp_dealloc()
Completed in 38 milliseconds