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:usage_by_class
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/src/malloc/mallocng/
H
A
D
malloc.c
248
size_t usage = ctx.
usage_by_class
[sc];
in alloc_group()
288
if (!(sc&1) && sc<32) usage += ctx.
usage_by_class
[sc+1];
in alloc_group()
344
ctx.
usage_by_class
[sc] += cnt;
in alloc_group()
417
if (!g && sc>=4 && sc<32 && sc!=6 && !(sc&1) && !ctx.
usage_by_class
[sc]) {
in malloc()
418
size_t usage = ctx.
usage_by_class
[sc|1];
in malloc()
H
A
D
free.c
19
ctx.
usage_by_class
[sc] -= g->last_idx+1;
in free_group()
61
size_t usage = ctx.
usage_by_class
[sc];
in okay_to_free()
H
A
D
meta.h
54
size_t
usage_by_class
[48];
member
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H
A
D
malloc.c
245
size_t usage = ctx.
usage_by_class
[sc];
in alloc_group()
285
if (!(sc&1) && sc<32) usage += ctx.
usage_by_class
[sc+1];
in alloc_group()
339
ctx.
usage_by_class
[sc] += cnt;
in alloc_group()
410
if (!g && sc>=4 && sc<32 && sc!=6 && !(sc&1) && !ctx.
usage_by_class
[sc]) {
in malloc()
411
size_t usage = ctx.
usage_by_class
[sc|1];
in malloc()
H
A
D
meta.h
54
size_t
usage_by_class
[48];
member
Completed in 4 milliseconds