Home
last modified time | relevance | path

Searched defs:newBytes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dnative_bytes_from_mallinfo_test.cpp36 size_t newBytes = ark::os::mem::GetNativeBytesFromMallinfo(); in TEST() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp170 void HeuristicGCPolicy::NotifyNativeReset(size_t oldBytes, size_t newBytes) in NotifyNativeReset()
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp228 void BaseRuntime::NotifyNativeReset(size_t oldBytes, size_t newBytes) in NotifyNativeReset()
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp240 void HeapImpl::NotifyNativeReset(size_t oldBytes, size_t newBytes) in NotifyNativeReset()