Searched refs:AllocateVM (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()115 void* AllocateVM(size_t length) { in AllocateVM() function in v8::__anonab487c950111::ShellArrayBufferAllocator