Searched defs:allocated (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | allocation_inspector.cpp | 65 void AllocationCounter::AdvanceAllocationInspector(size_t allocated) in AdvanceAllocationInspector() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_gc.cpp | 79 auto allocated = heap->GetNativeBindingSize(); in RegisterNativeFree() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1gc_fullgc_test.cpp | 154 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 D | mem_stats_gen_gc_test.cpp | 240 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 D | gc.cpp | 694 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 D | g1-gc.cpp | 1145 auto allocated = region->GetAllocatedBytes(); in CollectInSinglePass() local
|
Completed in 10 milliseconds