Home
last modified time | relevance | path

Searched refs:ALLOCATE_MULTIPLIER (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.cpp27 ASSERT(allocatedSize_ <= std::numeric_limits<size_t>::max() / ALLOCATE_MULTIPLIER); in Expand()
28 size_t size = allocatedSize_ * ALLOCATE_MULTIPLIER; in Expand()
H A Ddyn_chunk.h141 static constexpr size_t ALLOCATE_MULTIPLIER = 2; member in panda::ecmascript::DynChunk
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.cpp27 ASSERT(allocatedSize_ <= std::numeric_limits<size_t>::max() / ALLOCATE_MULTIPLIER); in Expand()
28 size_t size = allocatedSize_ * ALLOCATE_MULTIPLIER; in Expand()
H A Ddyn_chunk.h149 static constexpr size_t ALLOCATE_MULTIPLIER = 2; member in ark::DynChunk

Completed in 2 milliseconds