Home
last modified time | relevance | path

Searched refs:AllocateVM (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dd8.cc94 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