Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc82 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::__anonab487c950111::ShellArrayBufferAllocator