Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 2 of 2) 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/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp272 uint32_t maxSize = maxSafeIntPlusOne->GetLength(); in HWTEST_F_L0() local