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:mal
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/src/malloc/oldmalloc/
H
A
D
malloc.c
30
}
mal
;
variable
53
lock(
mal
.bins[i].lock);
in lock_bin()
54
if (!
mal
.bins[i].head)
in lock_bin()
55
mal
.bins[i].head =
mal
.bins[i].tail = BIN_TO_CHUNK(i);
in lock_bin()
60
unlock(
mal
.bins[i].lock);
in unlock_bin()
120
for (c = (void *)
mal
.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
126
if (
mal
.bins[i].head != BIN_TO_CHUNK(i) &&
mal
.bins[i].head) {
127
fprintf(stderr, "bin %d: %p\n", i,
mal
[all...]
H
A
D
malloc_impl.h
98
#define BIN_TO_CHUNK(i) (&
mal
.bins[i].checksum)
100
#define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&
mal
.bins[i].head))
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H
A
D
malloc.c
26
}
mal
;
variable
49
lock(
mal
.bins[i].lock);
in lock_bin()
50
if (!
mal
.bins[i].head)
in lock_bin()
51
mal
.bins[i].head =
mal
.bins[i].tail = BIN_TO_CHUNK(i);
in lock_bin()
56
unlock(
mal
.bins[i].lock);
in unlock_bin()
116
for (c = (void *)
mal
.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
122
if (
mal
.bins[i].head != BIN_TO_CHUNK(i) &&
mal
.bins[i].head) {
123
fprintf(stderr, "bin %d: %p\n", i,
mal
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H
A
D
malloc.c
28
}
mal
;
variable
51
lock(
mal
.bins[i].lock);
in lock_bin()
52
if (!
mal
.bins[i].head)
in lock_bin()
53
mal
.bins[i].head =
mal
.bins[i].tail = BIN_TO_CHUNK(i);
in lock_bin()
58
unlock(
mal
.bins[i].lock);
in unlock_bin()
118
for (c = (void *)
mal
.heap; CHUNK_SIZE(c); c = NEXT_CHUNK(c))
124
if (
mal
.bins[i].head != BIN_TO_CHUNK(i) &&
mal
.bins[i].head) {
125
fprintf(stderr, "bin %d: %p\n", i,
mal
[all...]
H
A
D
malloc_impl.h
81
#define BIN_TO_CHUNK(i) (&
mal
.bins[i].checksum)
Completed in 4 milliseconds