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
defs:dealloc
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
_testcppext.cpp
142
static void
dealloc
(PyObject* o) {
in dealloc()
function in VirtualPyObject
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H
A
D
bt_vendor_lib.h
148
free_callback
dealloc
;
member
/third_party/glslang/glslang/Include/
H
A
D
arrays.h
209
void
dealloc
()
in dealloc()
function
/third_party/lwip/src/include/lwip/priv/
H
A
D
altcp_priv.h
115
altcp_dealloc_fn
dealloc
;
member
/third_party/mesa3d/src/util/tests/vma/
H
A
D
vma_random_test.cpp
150
void
dealloc
()
in dealloc()
function
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
extension_dict.cc
322
void
dealloc
(PyObject* pself) {
in dealloc()
function
/third_party/lwip/src/apps/lwiperf/
H
A
D
lwiperf.c
822
lwiperf_state_base_t *i, *
dealloc
, *last = NULL;
in lwiperf_abort()
local
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
210
void (*
dealloc
)(struct bpf_link *link);
member
/third_party/python/Objects/
H
A
D
object.c
2264
destructor
dealloc
= Py_TYPE(op)->tp_dealloc;
in _PyTrash_thread_destroy_chain()
local
2310
_PyTrash_cond(PyObject *op, destructor
dealloc
)
in _PyTrash_cond()
argument
2376
destructor
dealloc
= type->tp_dealloc;
in _Py_Dealloc()
local
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
14103
pub unsafe fn
dealloc
(ptr: *mut u8, layout: Layout) {
in dealloc()
functions
[all...]
Completed in 37 milliseconds