Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h41 static constexpr size_t INITIAL_HUGE_OBJECT_CAPACITY = 1024_MB; member
H A Dmem_map_allocator.cpp52 size_t initialHugeObjectCapacity = std::min(capacity_ / 2, INITIAL_HUGE_OBJECT_CAPACITY); in InitializeHugeRegionMap()

Completed in 1 milliseconds