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:C_INUSE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/musl/src/malloc/oldmalloc/
H
A
D
malloc.c
228
w->psize = 0 |
C_INUSE
;
in expand_heap()
237
w->psize = n |
C_INUSE
;
in expand_heap()
238
w->csize = 0 |
C_INUSE
;
in expand_heap()
243
w->csize = n |
C_INUSE
;
in expand_heap()
275
c->csize |=
C_INUSE
;
in unbin()
276
NEXT_CHUNK(c)->psize |=
C_INUSE
;
in unbin()
301
split->psize = n |
C_INUSE
;
in trim()
307
self->csize = n |
C_INUSE
;
in trim()
472
self->csize = split->psize = n |
C_INUSE
;
in realloc()
473
split->csize = next->psize = n0-n |
C_INUSE
;
in realloc()
[all...]
H
A
D
malloc_impl.h
103
#define
C_INUSE
((size_t)1)
macro
105
#define IS_MMAPPED(c) !((c)->csize & (
C_INUSE
))
H
A
D
aligned_alloc.c
51
n->psize = c->csize =
C_INUSE
| (new-mem);
in aligned_alloc()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H
A
D
malloc.c
217
w->psize = 0 |
C_INUSE
;
in expand_heap()
223
w->psize = n |
C_INUSE
;
in expand_heap()
224
w->csize = 0 |
C_INUSE
;
in expand_heap()
229
w->csize = n |
C_INUSE
;
in expand_heap()
256
c->csize |=
C_INUSE
;
in unbin()
257
NEXT_CHUNK(c)->psize |=
C_INUSE
;
in unbin()
280
split->psize = n |
C_INUSE
;
in trim()
283
self->csize = n |
C_INUSE
;
in trim()
399
self->csize = split->psize = n |
C_INUSE
;
in realloc()
400
split->csize = next->psize = n0-n |
C_INUSE
;
in realloc()
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H
A
D
malloc.c
220
w->psize = 0 |
C_INUSE
;
in expand_heap()
227
w->psize = n |
C_INUSE
;
in expand_heap()
228
w->csize = 0 |
C_INUSE
;
in expand_heap()
233
w->csize = n |
C_INUSE
;
in expand_heap()
263
c->csize |=
C_INUSE
;
in unbin()
264
NEXT_CHUNK(c)->psize |=
C_INUSE
;
in unbin()
287
split->psize = n |
C_INUSE
;
in trim()
291
self->csize = n |
C_INUSE
;
in trim()
438
self->csize = split->psize = n |
C_INUSE
;
in realloc()
439
split->csize = next->psize = n0-n |
C_INUSE
;
in realloc()
[all...]
H
A
D
malloc_impl.h
83
#define
C_INUSE
((size_t)1)
macro
85
#define IS_MMAPPED(c) !((c)->csize & (
C_INUSE
))
H
A
D
aligned_alloc.c
49
n->psize = c->csize =
C_INUSE
| (new-mem);
in aligned_alloc()
/third_party/musl/src/malloc/
H
A
D
memalign.c
76
n->psize = c->csize =
C_INUSE
| (new-mem);
in __memalign()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H
A
D
memalign.c
75
n->psize = c->csize =
C_INUSE
| (new-mem);
in __memalign()
Completed in 5 milliseconds