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:available_memory
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_residency.cpp
187
int64_t
available_memory
= (int64_t)mem_info.budget - (int64_t)mem_info.usage;
in d3d12_process_batch_residency()
local
196
if ((
available_memory
|| !anything_to_wait_for) && batch_count < residency_batch_size) {
in d3d12_process_batch_residency()
200
(int64_t)(batch_memory_size + bo->estimated_size) >
available_memory
)
in d3d12_process_batch_residency()
/third_party/node/test/common/
H
A
D
report.js
242
'
available_memory
', 'pageFaults', 'fsActivity'];
253
assert(typeof usage.
available_memory
, 'string');
/third_party/node/src/
H
A
D
node_report.cc
655
uint64_t
available_memory
= constrained_memory - rss;
in PrintResourceUsage()
local
656
writer->json_keyvalue("
available_memory
",
available_memory
);
in PrintResourceUsage()
658
writer->json_keyvalue("
available_memory
", free_memory);
in PrintResourceUsage()
Completed in 3 milliseconds