Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h40 static constexpr size_t INITIAL_REGULAR_OBJECT_CAPACITY = 1024_MB; member
H A Dmem_map_allocator.cpp29 size_t initialRegularObjectCapacity = std::min(capacity_ / 2, INITIAL_REGULAR_OBJECT_CAPACITY); in InitializeRegularRegionMap()

Completed in 2 milliseconds