Searched defs:minSize (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | sort_helper.h | 66 int minSize = std::max(requestedSize, 32); in GetTempArray() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem_controller.cpp | 27 size_t MemController::CalculateAllocLimit(size_t currentSize, size_t minSize, size_t maxSize, size_t newSpaceCapacity, in CalculateAllocLimit() argument
|
/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
|
H A D | mem_stats_gen_gc_test.cpp | 112 size_t minSize; member 240 MemStatsGenGCTest::ObjVec MemStatsGenGCTest::MakeAllocationsWithRepeats(size_t minSize, size_t maxSize, size_t count, in MakeAllocationsWithRepeats() argument [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | bit_vector.h | 519 auto minSize = std::min<size_t>(storage_.size(), other.storage_.size()); in operator |=() local
|
Completed in 5 milliseconds