Searched refs:VirtualMemoryAllocate (Results 1 – 1 of 1) sorted by relevance
82 void* data = VirtualMemoryAllocate(length); in Allocate()101 if (RoundToPageSize(&length)) return VirtualMemoryAllocate(length); in AllocateUninitialized()131 void* VirtualMemoryAllocate(size_t length) { in VirtualMemoryAllocate() function in v8::__anon76e7e1f40111::ShellArrayBufferAllocator