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:MALLOC_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
H
A
D
l3_bank_test.c
12
#define
MALLOC_SIZE
(0x10000 * 10) /* Ought to be enough .. */
macro
26
p = malloc(
MALLOC_SIZE
);
in l3_bank_test()
33
for (i = 0; i <
MALLOC_SIZE
; i += 0x10000)
in l3_bank_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
H
A
D
l3_bank_test.c
12
#define
MALLOC_SIZE
(0x10000 * 10) /* Ought to be enough .. */
macro
26
p = malloc(
MALLOC_SIZE
);
in l3_bank_test()
33
for (i = 0; i <
MALLOC_SIZE
; i += 0x10000)
in l3_bank_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H
A
D
mmcr2_l2l3_test.c
16
#define
MALLOC_SIZE
(0x10000 * 10) /* Ought to be enough .. */
macro
42
p = malloc(
MALLOC_SIZE
);
in mmcr2_l2l3()
45
for (i = 0; i <
MALLOC_SIZE
; i += 0x10000)
in mmcr2_l2l3()
H
A
D
mmcr1_sel_unit_cache_test.c
13
#define
MALLOC_SIZE
(0x10000 * 10) /* Ought to be enough .. */
macro
32
p = malloc(
MALLOC_SIZE
);
in mmcr1_sel_unit_cache()
45
for (i = 0; i <
MALLOC_SIZE
; i += 0x10000)
in mmcr1_sel_unit_cache()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H
A
D
Makefile
72
MALLOC_SIZE
:= 65536
macro
74
AFLAGS_head.o += -DTEXT_OFFSET=$(TEXT_OFFSET) -DMALLOC_SIZE=$(
MALLOC_SIZE
)
77
CPPFLAGS_vmlinux.lds += -DMALLOC_SIZE="$(
MALLOC_SIZE
)"
H
A
D
vmlinux.lds.S
53
LONG(ZIMAGE_MAGIC(
MALLOC_SIZE
))
H
A
D
head.S
341
add r10, sp, #
MALLOC_SIZE
632
add r2, sp, #
MALLOC_SIZE
@ 64k max
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H
A
D
vmlinux.lds.S
52
LONG(ZIMAGE_MAGIC(
MALLOC_SIZE
))
H
A
D
Makefile
72
MALLOC_SIZE
:= 65536
macro
74
AFLAGS_head.o += -DTEXT_OFFSET=$(TEXT_OFFSET) -DMALLOC_SIZE=$(
MALLOC_SIZE
)
77
CPPFLAGS_vmlinux.lds += -DMALLOC_SIZE="$(
MALLOC_SIZE
)"
H
A
D
head.S
322
add r10, sp, #
MALLOC_SIZE
692
add r2, sp, #
MALLOC_SIZE
@ 64k max
Completed in 5 milliseconds