Home
last modified time | relevance | path

Searched refs:MAX_HUGE_OBJECT_SIZE (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Dmem.h63 static constexpr size_t MAX_HUGE_OBJECT_SIZE = 256 * 1024 * 1024; variable
Dspace.cpp88 if (UNLIKELY(alignedSize > MAX_HUGE_OBJECT_SIZE)) { in Allocate()