Home
last modified time | relevance | path

Searched refs:expandHeapSize (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_second_test.cpp108 size_t expandHeapSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize(); in HWTEST_F_L0() local
111 EXPECT_TRUE(originalHeapSize < expandHeapSize); in HWTEST_F_L0()
112 EXPECT_TRUE(expandHeapSize > newSize); in HWTEST_F_L0()
128 size_t expandHeapSize = thread->GetEcmaVM()->GetHeap()->GetCommittedSize(); in HWTEST_F_L0() local
131 EXPECT_TRUE(originalHeapSize < expandHeapSize); in HWTEST_F_L0()
132 EXPECT_TRUE(expandHeapSize > newSize); in HWTEST_F_L0()

Completed in 2 milliseconds