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:PyObject_Calloc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/
H
A
D
objimpl.h
99
PyAPI_FUNC(void *)
PyObject_Calloc
(size_t nelem, size_t elsize);
/third_party/python/PC/
H
A
D
python3dll.c
440
EXPORT_FUNC(
PyObject_Calloc
)
/third_party/python/Objects/
H
A
D
obmalloc.c
716
PyObject_Calloc
(size_t nelem, size_t elsize)
in PyObject_Calloc()
function
H
A
D
bytesobject.c
101
op = (PyBytesObject *)
PyObject_Calloc
(1, PyBytesObject_SIZE + size);
in _PyBytes_FromSize()
/third_party/python/Python/
H
A
D
compile.c
816
b = (basicblock *)
PyObject_Calloc
(1, sizeof(basicblock));
in compiler_new_block()
870
b->b_instr = (struct instr *)
PyObject_Calloc
(
in compiler_next_instr()
1721
u = (struct compiler_unit *)
PyObject_Calloc
(1, sizeof(
in compiler_enter_scope()
/third_party/python/Modules/
H
A
D
_testcapimodule.c
4126
ptr =
PyObject_Calloc
(0, 0);
in test_pymem_alloc0()
4128
PyErr_SetString(PyExc_RuntimeError, "
PyObject_Calloc
(0, 0) returns NULL");
in test_pymem_alloc0()
4270
case PYMEM_DOMAIN_OBJ: ptr =
PyObject_Calloc
(nelem, elsize); break;
in test_setallocators()
Completed in 31 milliseconds