Home
last modified time | relevance | path

Searched defs:allocated (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.cpp65 void AllocationCounter::AdvanceAllocationInspector(size_t allocated) in AdvanceAllocationInspector() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp79 auto allocated = heap->GetNativeBindingSize(); in RegisterNativeFree() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_fullgc_test.cpp154 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count, size_t *allocated, in MakeAllocations() argument
356 size_t allocated = 0; in TEST_F() local
373 size_t allocated = 0; in TEST_F() local
[all...]
H A Dmem_stats_gen_gc_test.cpp240 MakeAllocationsWithRepeats(size_t minSize, size_t maxSize, size_t count, size_t *allocated, size_t *requested, [[maybe_unused]] F spaceChecker, bool checkOomInTenured) MakeAllocationsWithRepeats() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp694 size_t allocated; in RegisterNativeAllocation() local
710 size_t allocated; in RegisterNativeFree() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1145 auto allocated = region->GetAllocatedBytes(); in CollectInSinglePass() local

Completed in 12 milliseconds