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:ISzAlloc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/C/
H
A
D
Alloc.h
45
extern const
ISzAlloc
g_Alloc;
48
extern const
ISzAlloc
g_BigAlloc;
49
extern const
ISzAlloc
g_MidAlloc;
55
extern const
ISzAlloc
g_AlignedAlloc;
60
ISzAlloc
vt;
H
A
D
Alloc.c
320
const
ISzAlloc
g_Alloc = { SzAlloc, SzFree };
327
const
ISzAlloc
g_MidAlloc = { SzMidAlloc, SzMidFree };
328
const
ISzAlloc
g_BigAlloc = { SzBigAlloc, SzBigFree };
462
const
ISzAlloc
g_AlignedAlloc = { SzAlignedAlloc, SzAlignedFree };
H
A
D
7zTypes.h
456
typedef struct
ISzAlloc
ISzAlloc
;
typedef
457
typedef const
ISzAlloc
* ISzAllocPtr;
459
struct
ISzAlloc
struct
/third_party/lzma/C/Util/7z/
H
A
D
7zMain.c
37
static const
ISzAlloc
g_Alloc = { SzAlloc, SzFree };
38
// static const
ISzAlloc
g_Alloc_temp = { SzAllocTemp, SzFreeTemp };
546
ISzAlloc
allocImp;
in main()
547
ISzAlloc
allocTempImp;
in main()
/third_party/lzma/C/Util/SfxSetup/
H
A
D
SfxSetup.c
262
ISzAlloc
allocImp;
in main()
263
ISzAlloc
allocTempImp;
in main()
Completed in 5 milliseconds