Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.h66 int minSize = std::max(requestedSize, 32); in GetTempArray() local
/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.cpp112 size_t minSize; member
240 MemStatsGenGCTest::ObjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t minSize, size_t maxS… in MakeAllocationsWithRepeats()
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.h530 auto minSize = std::min<size_t>(storage_.size(), other.storage_.size()); variable