HomeSort by relevance Sort by last modified time
    Searched refs:GetRandomMmapAddr (Results 1 - 11 of 11) sorted by null

  /external/v8/src/base/platform/
platform-linux.cc 137 void* addr = OS::GetRandomMmapAddr();
222 void* addr = mmap(OS::GetRandomMmapAddr(), size,
254 void* reservation = mmap(OS::GetRandomMmapAddr(),
332 void* result = mmap(OS::GetRandomMmapAddr(),
platform-macos.cc 59 void* mbase = mmap(OS::GetRandomMmapAddr(),
132 void* reservation = mmap(OS::GetRandomMmapAddr(),
204 void* result = mmap(OS::GetRandomMmapAddr(),
platform-openbsd.cc 60 void* addr = OS::GetRandomMmapAddr();
170 void* reservation = mmap(OS::GetRandomMmapAddr(),
242 void* result = mmap(OS::GetRandomMmapAddr(),
platform-qnx.cc 111 void* addr = OS::GetRandomMmapAddr();
196 void* reservation = mmap(OS::GetRandomMmapAddr(),
268 void* result = mmap(OS::GetRandomMmapAddr(),
platform-freebsd.cc 139 void* reservation = mmap(OS::GetRandomMmapAddr(),
211 void* result = mmap(OS::GetRandomMmapAddr(),
platform-solaris.cc 92 void* reservation = mmap(OS::GetRandomMmapAddr(),
164 void* result = mmap(OS::GetRandomMmapAddr(),
platform-posix.cc 154 void* OS::GetRandomMmapAddr() {
283 mmap(OS::GetRandomMmapAddr(), size, PROT_READ | PROT_WRITE,
302 void* memory = mmap(OS::GetRandomMmapAddr(), result,
platform-aix.cc 41 void* addr = OS::GetRandomMmapAddr();
platform-cygwin.cc 140 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
platform.h 188 static void* GetRandomMmapAddr();
platform-win32.cc 729 void* OS::GetRandomMmapAddr() {
768 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
    [all...]

Completed in 143 milliseconds