Home
last modified time | relevance | path

Searched refs:DEFAULT_CAPACITY_RATE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h73 static constexpr double DEFAULT_CAPACITY_RATE = 0.6; member
H A Dmem_map_allocator.cpp198 capacity_ = std::min<size_t>(physicalSize * DEFAULT_CAPACITY_RATE, MAX_MEM_POOL_CAPACITY); in AdapterSuitablePoolCapacity()

Completed in 1 milliseconds