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:HEAP_SIZE
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H
A
D
misc.c
48
#define
HEAP_SIZE
0x400000
macro
50
#define
HEAP_SIZE
0x10000
macro
136
free_mem_end_ptr = free_mem_ptr +
HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H
A
D
misc.c
48
#define
HEAP_SIZE
0x400000
macro
50
#define
HEAP_SIZE
0x10000
macro
139
free_mem_end_ptr = free_mem_ptr +
HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H
A
D
misc.c
34
#define
HEAP_SIZE
0x10000
macro
73
free_mem_end_ptr = free_mem_ptr +
HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H
A
D
bootstrap.S
29
#define
HEAP_SIZE
(131072*4)
define
243
.long _heap +
HEAP_SIZE
246
.comm _heap,
HEAP_SIZE
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/
H
A
D
bootstrap.S
30
#define
HEAP_SIZE
(131072*4)
define
247
.long _heap +
HEAP_SIZE
250
.comm _heap,
HEAP_SIZE
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H
A
D
misc.c
90
#define
HEAP_SIZE
0x10000
macro
167
free_mem_end_ptr = free_mem_ptr +
HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H
A
D
misc.c
90
#define
HEAP_SIZE
0x10000
macro
167
free_mem_end_ptr = free_mem_ptr +
HEAP_SIZE
;
in decompress_kernel()
/kernel/linux/linux-5.10/lib/zlib_deflate/
H
A
D
defutil.h
29
#define
HEAP_SIZE
(2*L_CODES+1)
macro
170
struct ct_data_s dyn_ltree[
HEAP_SIZE
]; /* literal and length tree */
H
A
D
deftree.c
378
for (h = s->heap_max+1; h <
HEAP_SIZE
; h++) {
in gen_bitlen()
413
* h is still equal to
HEAP_SIZE
. (It is simpler to reconstruct all
in gen_bitlen()
500
s->heap_len = 0, s->heap_max =
HEAP_SIZE
;
in build_tree()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H
A
D
defutil.h
29
#define
HEAP_SIZE
(2*L_CODES+1)
macro
170
struct ct_data_s dyn_ltree[
HEAP_SIZE
]; /* literal and length tree */
H
A
D
deftree.c
378
for (h = s->heap_max+1; h <
HEAP_SIZE
; h++) {
in gen_bitlen()
413
* h is still equal to
HEAP_SIZE
. (It is simpler to reconstruct all
in gen_bitlen()
500
s->heap_len = 0, s->heap_max =
HEAP_SIZE
;
in build_tree()
/kernel/linux/linux-5.10/arch/alpha/boot/
H
A
D
misc.c
99
#define
HEAP_SIZE
0x3000
macro
/kernel/linux/linux-6.6/arch/alpha/boot/
H
A
D
misc.c
97
#define
HEAP_SIZE
0x3000
macro
Completed in 8 milliseconds