Searched refs:MALLOC_SIZE_LIMIT (Results 1 – 2 of 2) sorted by relevance
19 static constexpr size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM decla… variable81 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()
27 static const size_t MALLOC_SIZE_LIMIT = 2147483648; // Max internal memory used by the VM declared … variable496 if (size >= MALLOC_SIZE_LIMIT) { in AllocateBuffer()