Home
last modified time | relevance | path

Searched refs:MAX_MEM_POOL_CAPACITY (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h47 static constexpr size_t MAX_MEM_POOL_CAPACITY = 1536_MB; member
H A Dmem_map_allocator.cpp198 capacity_ = std::min<size_t>(physicalSize * DEFAULT_CAPACITY_RATE, MAX_MEM_POOL_CAPACITY); in AdapterSuitablePoolCapacity()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp301 EXPECT_LE(processHeapLimitSize, MAX_MEM_POOL_CAPACITY); in HWTEST_F_L0()

Completed in 3 milliseconds