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:SAFE_FREE
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/misc/math/float/
H
A
D
thread_code.c
28
#define
SAFE_FREE
(p) { if (p) { free(p); (p)=NULL; } }
macro
91
SAFE_FREE
(buffer);
in read_file()
106
SAFE_FREE
(buffer);
in read_file()
291
SAFE_FREE
(din);
in thread_code()
301
SAFE_FREE
(din);
in thread_code()
302
SAFE_FREE
(dex);
in thread_code()
321
SAFE_FREE
(din);
in thread_code()
322
SAFE_FREE
(dex);
in thread_code()
353
SAFE_FREE
(din);
in thread_code()
354
SAFE_FREE
(de
in thread_code()
[all...]
H
A
D
main.c
30
#define
SAFE_FREE
(p) { if (p) { free(p); (p)=NULL; } }
macro
175
SAFE_FREE
(bin_path);
in main()
299
SAFE_FREE
(pcom);
in main()
302
SAFE_FREE
(tabcom);
in main()
303
SAFE_FREE
(threads);
in main()
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
H
A
D
hackbench.c
62
#define
SAFE_FREE
(p) { if (p) { free(p); (p)=NULL; } }
macro
367
SAFE_FREE
(rev_ctx_tab[i * num_fds + j])
in main()
369
SAFE_FREE
(snd_ctx_tab[i]);
in main()
371
SAFE_FREE
(pth_tab);
in main()
372
SAFE_FREE
(snd_ctx_tab);
in main()
373
SAFE_FREE
(rev_ctx_tab);
in main()
/third_party/ltp/testcases/kernel/sched/tool/
H
A
D
trace_sched.c
91
#define
SAFE_FREE
(p) { if (p) { free(p); (p)=NULL; } }
macro
434
SAFE_FREE
(args_table[thrd_ndx]);
in main()
435
SAFE_FREE
(status_table[thrd_ndx]);
in main()
447
SAFE_FREE
(args_table);
in main()
448
SAFE_FREE
(status_table);
in main()
/third_party/ltp/testcases/kernel/ipc/pipeio/
H
A
D
pipeio.c
60
#define
SAFE_FREE
(p) { if (p) { free(p); (p)=NULL; } }
macro
487
SAFE_FREE
(writebuf);
in cleanup()
488
SAFE_FREE
(readbuf);
in cleanup()
Completed in 5 milliseconds