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:GetHeapSize
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
heap_space_test.cpp
125
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 10_MB);
in TEST_F()
128
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 6_MB);
in TEST_F()
132
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 12_MB);
in TEST_F()
134
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 6_MB);
in TEST_F()
136
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 0_MB);
in TEST_F()
262
ASSERT_EQ(heapSpace_->
GetHeapSize
(), 10_MB);
in TEST_F()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
ecma_vm_test.cpp
66
EXPECT_TRUE(options2Out.
GetHeapSize
() == 500_MB);
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
heap_space.h
91
virtual size_t
GetHeapSize
() const;
308
size_t
GetHeapSize
() const override;
H
A
D
heap_space.cpp
111
size_t HeapSpace::
GetHeapSize
() const
in GetHeapSize()
function in ark::mem::HeapSpace
331
size_t GenerationalSpaces::
GetHeapSize
() const
in GetHeapSize()
function in ark::mem::GenerationalSpaces
H
A
D
heap_manager.cpp
352
return GetObjectAllocator().AsObjectAllocator()->GetHeapSpace()->
GetHeapSize
();
in GetTotalMemory()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_trigger.cpp
308
size_t currentHeapSize = heapSpace_->
GetHeapSize
();
in TriggerGcIfNeeded()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.cpp
67
size_t heapSize = options.
GetHeapSize
();
in Create()
H
A
D
js_runtime_options.h
474
size_t
GetHeapSize
() const
in GetHeapSize()
function in panda::ecmascript::JSRuntimeOptions
Completed in 10 milliseconds