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:NEXT_CHUNK
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/src/malloc/oldmalloc/
H
A
D
malloc.c
120
for (c = (void *)mal.heap; CHUNK_SIZE(c); c =
NEXT_CHUNK
(c))
124
NEXT_CHUNK
(c)->psize & 15);
276
NEXT_CHUNK
(c)->psize |= C_INUSE;
in unbin()
296
next =
NEXT_CHUNK
(self);
in trim()
458
next =
NEXT_CHUNK
(self);
in realloc()
491
next =
NEXT_CHUNK
(next);
in realloc()
523
struct chunk *next =
NEXT_CHUNK
(self);
in __bin_chunk()
560
next =
NEXT_CHUNK
(next);
in __bin_chunk()
H
A
D
aligned_alloc.c
44
struct chunk *t =
NEXT_CHUNK
(c);
in aligned_alloc()
H
A
D
malloc_impl.h
94
#define
NEXT_CHUNK
(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c)))
macro
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H
A
D
malloc.c
116
for (c = (void *)mal.heap; CHUNK_SIZE(c); c =
NEXT_CHUNK
(c))
120
NEXT_CHUNK
(c)->psize & 15);
257
NEXT_CHUNK
(c)->psize |= C_INUSE;
in unbin()
277
next =
NEXT_CHUNK
(self);
in trim()
388
next =
NEXT_CHUNK
(self);
in realloc()
414
next =
NEXT_CHUNK
(next);
in realloc()
436
struct chunk *next =
NEXT_CHUNK
(self);
in __bin_chunk()
466
next =
NEXT_CHUNK
(next);
in __bin_chunk()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H
A
D
malloc.c
118
for (c = (void *)mal.heap; CHUNK_SIZE(c); c =
NEXT_CHUNK
(c))
122
NEXT_CHUNK
(c)->psize & 15);
264
NEXT_CHUNK
(c)->psize |= C_INUSE;
in unbin()
284
next =
NEXT_CHUNK
(self);
in trim()
426
next =
NEXT_CHUNK
(self);
in realloc()
455
next =
NEXT_CHUNK
(next);
in realloc()
485
struct chunk *next =
NEXT_CHUNK
(self);
in __bin_chunk()
518
next =
NEXT_CHUNK
(next);
in __bin_chunk()
H
A
D
aligned_alloc.c
42
struct chunk *t =
NEXT_CHUNK
(c);
in aligned_alloc()
H
A
D
malloc_impl.h
78
#define
NEXT_CHUNK
(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c)))
macro
/third_party/alsa-lib/src/topology/
H
A
D
save.c
23
#define
NEXT_CHUNK
(val, shift) ((((val) >> (shift)) + 1) << (shift))
macro
66
t =
NEXT_CHUNK
(n + 1, PRINT_ALLOC_SHIFT);
in tplg_save_printf()
85
s = realloc(dst->dst,
NEXT_CHUNK
(t, SAVE_ALLOC_SHIFT));
in tplg_save_printf()
/third_party/musl/src/malloc/
H
A
D
memalign.c
68
struct chunk *t =
NEXT_CHUNK
(c);
in __memalign()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H
A
D
memalign.c
67
struct chunk *t =
NEXT_CHUNK
(c);
in __memalign()
H
A
D
memory_check.c
440
next =
NEXT_CHUNK
(cur);
in check_heap_integrity()
463
next =
NEXT_CHUNK
(cur);
in check_chunk_integrity()
/third_party/musl/src/malloc/liteos_a/user_debug/
H
A
D
memory_check.c
455
next =
NEXT_CHUNK
(cur);
in check_heap_integrity()
478
next =
NEXT_CHUNK
(cur);
in check_chunk_integrity()
Completed in 8 milliseconds