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:availableMem
(Results
1 - 6
of
6
) sorted by relevance
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.h
26
uint64_t
availableMem
;
member
H
A
D
hidebug_ffi.cpp
200
CSystemMemInfo info{.totalMem = 0, .freeMem = 0, .
availableMem
= 0};
in FfiHidebugGetSystemMemInfo()
215
info.
availableMem
= systemMemInfo->memAvailable;
in FfiHidebugGetSystemMemInfo()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H
A
D
hidebug_type.h
110
uint32_t
availableMem
;
member
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H
A
D
hidebug_ndk.cpp
132
systemMemInfo->
availableMem
= static_cast<uint32_t>(sysMemInfo->memAvailable);
in OH_HiDebug_GetSystemMemInfo()
/developtools/profiler/hidebug/test/unittest/native/
H
A
D
hidebug_test.cpp
231
ASSERT_TRUE(systemMemInfo.
availableMem
>= 0);
in HWTEST_F()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
820
napi_value
availableMem
;
in GetSystemMemInfo()
local
821
napi_create_bigint_uint64(env, systemMemInfo->memAvailable, &
availableMem
);
in GetSystemMemInfo()
822
napi_set_named_property(env, sysMemInfo, "
availableMem
",
availableMem
);
in GetSystemMemInfo()
Completed in 5 milliseconds