Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp46 size_t allocated = Heap::GetHeap().GetAllocator().GetAllocatedBytes(); in ShouldRestrainGCOnStartupOrSensitive() local
73 size_t allocated = Heap::GetHeap().GetAllocator().GetAllocatedBytes(); in TryHeuristicGC() local
94 size_t allocated = Heap::GetHeap().GetAllocator().GetAllocatedBytes(); in TryIdleGC() local
158 size_t allocated; in NotifyNativeFree() local
199 size_t allocated = Heap::GetHeap().GetAllocator().GetAllocatedBytes(); in ChangeGCParams() local
218 size_t allocated = Heap::GetHeap().GetAllocator().GetAllocatedBytes(); in CheckAndTriggerHintGC() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.cpp65 void AllocationCounter::AdvanceAllocationInspector(size_t allocated) in AdvanceAllocationInspector()
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dheuristic_gc_policy_test.cpp71 auto allocated = theAllocator.GetAllocatedBytes(); in HWTEST_F_L0() local
102 auto allocated = theAllocator.GetAllocatedBytes(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp154 …ec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count, size_t *allocated, in MakeAllocations()
356 size_t allocated = 0; in TEST_F() local
373 size_t allocated = 0; in TEST_F() local
Dmem_stats_gen_gc_test.cpp241size_t *allocated, size_t *requested, in MakeAllocationsWithRepeats()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_gc.cpp86 auto allocated = heap->GetNativeBindingSize(); in RegisterNativeFree() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp725 size_t allocated; in RegisterNativeAllocation() local
741 size_t allocated; in RegisterNativeFree() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h162 RegionBitmap *allocated = in GetOrAllocMarkBitmap() local
196 RegionBitmap *allocated = in GetOrAllocResurrectBitmap() local
231 RegionBitmap *allocated = in GetOrAllocEnqueueBitmap() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1699 size_t allocated = current->GetAllocatedBytes(); in RelocateSpaceObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1304 auto allocated = region->GetAllocatedBytes(); in CollectInSinglePass() local