Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.cpp64 void AllocationCounter::AdvanceAllocationInspector(size_t allocated) in AdvanceAllocationInspector()
/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.cpp78 auto allocated = heap->GetNativeBindingSize(); in RegisterNativeFree() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp698 size_t allocated; in RegisterNativeAllocation() local
714 size_t allocated; in RegisterNativeFree() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1534 size_t allocated = current->GetAllocatedBytes(); in RelocateSpaceObject() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1135 auto allocated = region->GetAllocatedBytes(); in CollectInSinglePass() local