Searched refs:kVMThreshold (Results 1 – 1 of 1) sorted by relevance
94 if (length >= kVMThreshold) return AllocateVM(length); in Allocate()99 if (length >= kVMThreshold) return AllocateVM(length); in AllocateUninitialized()104 if (length >= kVMThreshold) { in Free()112 static constexpr size_t kVMThreshold = 65536; member in v8::__anoncd2d3b7e0111::ShellArrayBufferAllocator116 DCHECK_LE(kVMThreshold, length); in AllocateVM()