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_used
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/libs/libltpnuma/
H
A
D
tst_numa.c
131
long
mem_used
= -1;
in node_has_enough_memory()
local
156
mem_used
= val;
in node_has_enough_memory()
164
if (mem_total == -1 ||
mem_used
== -1) {
in node_has_enough_memory()
169
mem_avail = mem_total -
mem_used
+ (9 * file_pages)/10;
in node_has_enough_memory()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H
A
D
infcover.cc
56
mem_used
(&strm, "msg") prints to stderr "msg" and the total bytes used
199
local void
mem_used
(z_stream *strm, const char *prefix)
in mem_used()
function
381
mem_used
(&strm, "inflate init");
in cover_support()
/third_party/zlib/test/
H
A
D
infcover.c
41
mem_used
(&strm, "msg") prints to stderr "msg" and the total bytes used
184
local void
mem_used
(z_stream *strm, char *prefix)
in mem_used()
function
359
mem_used
(&strm, "inflate init");
in cover_support()
Completed in 3 milliseconds