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/
Dshared_mm.cpp19 static constexpr size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM decla… variable
81 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp27 static const size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM declared … variable
496 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()