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:customFree
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
zstd_common.c
78
if (customMem.
customFree
)
in ZSTD_customFree()
79
customMem.
customFree
(customMem.opaque, ptr);
in ZSTD_customFree()
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
zstd_common.c
74
customMem.
customFree
(customMem.opaque, ptr);
in ZSTD_free()
H
A
D
zstd_internal.h
231
ZSTD_freeFunction
customFree
;
member
H
A
D
decompress.c
130
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createDCtx_advanced()
2042
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createDDict_advanced()
2196
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createDStream_advanced()
H
A
D
compress.c
112
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createCCtx_advanced()
2849
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createCDict_advanced()
2986
if (!customMem.customAlloc || !customMem.
customFree
)
in ZSTD_createCStream_advanced()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_ddict.c
147
if ((!customMem.customAlloc) ^ (!customMem.
customFree
)) return NULL;
in ZSTD_createDDict_advanced()
H
A
D
zstd_decompress.c
280
if ((!customMem.customAlloc) ^ (!customMem.
customFree
)) return NULL;
in ZSTD_createDCtx_internal()
/kernel/linux/linux-6.6/include/linux/
H
A
D
zstd_lib.h
1568
typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction
customFree
; void* opaque; } ZSTD_customMem;
member
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress.c
110
if ((!customMem.customAlloc) ^ (!customMem.
customFree
)) return NULL;
in ZSTD_createCCtx_advanced()
295
if ((!customMem.customAlloc) ^ (!customMem.
customFree
)) return NULL;
in ZSTD_createCCtxParams_advanced()
4729
if ((!customMem.customAlloc) ^ (!customMem.
customFree
)) return NULL;
in ZSTD_createCDict_advanced_internal()
4787
if (!customMem.customAlloc ^ !customMem.
customFree
) return NULL;
in ZSTD_createCDict_advanced2()
Completed in 30 milliseconds