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:mem_check_init
(Results
1 - 4
of
4
) sorted by relevance
/third_party/musl/porting/liteos_a/user_debug/include/
H
A
D
debug.h
11
* call
mem_check_init
(char *) when executing your program.
19
void
mem_check_init
(char *f_path);
24
* the
mem_check_init
(char *) interface is called.
35
* how the
mem_check_init
(char *) interface is called.
46
* determined by how the
mem_check_init
(char *) interface is called.
/third_party/musl/include/liteos_a/user_debug/
H
A
D
debug.h
26
* call
mem_check_init
(char *) when executing your program.
34
void
mem_check_init
(char *f_path);
39
* the
mem_check_init
(char *) interface is called.
50
* how the
mem_check_init
(char *) interface is called.
61
* determined by how the
mem_check_init
(char *) interface is called.
/third_party/musl/src/malloc/liteos_a/user_debug/
H
A
D
memory_check.c
247
printf("You should call
mem_check_init
(char *) or use command line parameters, "
in get_file()
248
"--mwatch or --mrecord <full path>, to call
mem_check_init
(char *) "
in get_file()
739
void
mem_check_init
(char *f_path)
in mem_check_init()
function
791
mem_check_init
(NULL);
in parse_argv()
793
mem_check_init
(argv[argc - 1]);
in parse_argv()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H
A
D
memory_check.c
232
printf("You should call
mem_check_init
(char *) or use command line parameters, "
in get_file()
233
"--mwatch or --mrecord <full path>, to call
mem_check_init
(char *) "
in get_file()
724
void
mem_check_init
(char *f_path)
in mem_check_init()
function
776
mem_check_init
(NULL);
in parse_argv()
778
mem_check_init
(argv[argc - 1]);
in parse_argv()
Completed in 4 milliseconds