Home
last modified time | relevance | path

Searched refs:GetHugeObjectAllocSizeSinceGC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.h112 size_t GetHugeObjectAllocSizeSinceGC() const in GetHugeObjectAllocSizeSinceGC() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_controller_test.cpp127 size_t hugeObjectAllocSizeInLastGC = memController->GetHugeObjectAllocSizeSinceGC(); in HWTEST_F_L0()