Home
last modified time | relevance | path

Searched refs:mem_check_init (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user_debug/include/
H A Ddebug.h11 * 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 Ddebug.h26 * 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 Dmemory_check.c247 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 Dmemory_check.c232 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