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:mallinfo2
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/src/malloc/linux/
H
A
D
stats.c
40
struct
mallinfo2
mallinfo2
(void)
in mallinfo2()
function
44
struct
mallinfo2
res = {
in mallinfo2()
53
return (struct
mallinfo2
){};
in mallinfo2()
58
struct
mallinfo2
mallinfo2_res =
mallinfo2
();
in mallinfo()
/third_party/musl/porting/linux/user/src/malloc/
H
A
D
stats.c
40
struct
mallinfo2
mallinfo2
(void)
in mallinfo2()
function
44
struct
mallinfo2
res = {
in mallinfo2()
53
return (struct
mallinfo2
){};
in mallinfo2()
58
struct
mallinfo2
mallinfo2_res =
mallinfo2
();
in mallinfo()
/third_party/musl/src/malloc/oldmallocng/
H
A
D
mallinfo.c
24
static void accumulate_meta(struct
mallinfo2
*mi, struct meta *g) {
in accumulate_meta()
49
static void accumulate_meta_area(struct
mallinfo2
*mi, struct meta_area *ma) {
in accumulate_meta_area()
58
struct
mallinfo2
mallinfo2
() {
in mallinfo2()
function
60
struct
mallinfo2
mi = {0};
in mallinfo2()
79
struct
mallinfo2
mi2 =
mallinfo2
();
in mallinfo()
/third_party/musl/porting/linux/user/include/
H
A
D
malloc.h
41
struct
mallinfo2
{ __MALLINFO_BODY };
struct
43
struct
mallinfo2
mallinfo2
(void);
/third_party/musl/include/
H
A
D
malloc.h
40
struct
mallinfo2
{ __MALLINFO_BODY };
struct
42
struct
mallinfo2
mallinfo2
(void);
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
H
A
D
mallinfo2_01.c
10
* Basic
mallinfo2
() test.
12
* Test hblkhd member of struct
mallinfo2
whether overflow when setting 2G size.
15
*
mallinfo2
().
25
struct
mallinfo2
info;
in test_mallinfo2()
34
info =
mallinfo2
();
in test_mallinfo2()
37
tst_res(TFAIL, "hblkhd member of struct
mallinfo2
overflow?");
in test_mallinfo2()
39
tst_res(TPASS, "hblkhd member of struct
mallinfo2
doesn't overflow");
in test_mallinfo2()
50
TST_TEST_TCONF("system doesn't implement non-POSIX
mallinfo2
()");
/third_party/musl/porting/linux/user/src/hook/
H
A
D
musl_malloc_dispatch.h
24
typedef struct
mallinfo2
(*Mallinfo2Type)(void);
50
Mallinfo2Type
mallinfo2
;
member
H
A
D
musl_malloc.h
41
struct
mallinfo2
__libc_mallinfo2(void);
/third_party/musl/src/hook/linux/
H
A
D
musl_malloc_dispatch.h
46
typedef struct
mallinfo2
(*Mallinfo2Type)(void);
72
Mallinfo2Type
mallinfo2
;
member
H
A
D
musl_malloc.h
56
struct
mallinfo2
__libc_mallinfo2(void);
/third_party/musl/libc-test/src/functional/
H
A
D
test-mallinfo.c
21
struct
mallinfo2
info =
mallinfo2
();
in stats_from_mallinfo()
133
result &= test_and_report(test_main_thread, 1, "Testing
mallinfo2
main thread");
in main()
135
result &= test_and_report(test_different_threads, 1, "Testing
mallinfo2
different threads");
in main()
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
H
A
D
mallinfo_common.h
35
static inline void print_mallinfo2(const char *msg, struct
mallinfo2
*m)
in print_mallinfo2()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
141
pub struct
mallinfo2
{
structure names
1301
pub fn
mallinfo2
() -> ::
mallinfo2
;
in mallinfo2()
functions
Completed in 7 milliseconds