Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp28 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_… in CalculateAllocLimit()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp214 MemStatsGenGCTest::ObjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t minSize, size_t maxS… in MakeAllocationsWithRepeats()
409 size_t minSize = 0; in MakeAllocations() local
Dg1gc_fullgc_test.cpp154 G1GCFullGCTest::ObjVec G1GCFullGCTest::MakeAllocations(size_t minSize, size_t maxSize, size_t count… in MakeAllocations()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h519 auto minSize = std::min<size_t>(storage_.size(), other.storage_.size()); variable