Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_mm/
H A Dshared_mm.cpp21 static constexpr size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM declared in options member
83 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp27 static const size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM declared in options member
629 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()

Completed in 4 milliseconds