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

  /external/chromium_org/v8/src/base/platform/
platform-linux.cc 137 void* addr = OS::GetRandomMmapAddr();
167 mmap(OS::GetRandomMmapAddr(),
187 mmap(OS::GetRandomMmapAddr(),
280 void* addr = mmap(OS::GetRandomMmapAddr(), size,
312 void* reservation = mmap(OS::GetRandomMmapAddr(),
387 void* result = mmap(OS::GetRandomMmapAddr(),
platform-macos.cc 59 void* mbase = mmap(OS::GetRandomMmapAddr(),
93 mmap(OS::GetRandomMmapAddr(),
113 mmap(OS::GetRandomMmapAddr(),
190 void* reservation = mmap(OS::GetRandomMmapAddr(),
262 void* result = mmap(OS::GetRandomMmapAddr(),
platform-qnx.cc 112 void* addr = OS::GetRandomMmapAddr();
142 mmap(OS::GetRandomMmapAddr(),
162 mmap(OS::GetRandomMmapAddr(),
255 void* reservation = mmap(OS::GetRandomMmapAddr(),
327 void* result = mmap(OS::GetRandomMmapAddr(),
platform-openbsd.cc 61 void* addr = OS::GetRandomMmapAddr();
219 void* reservation = mmap(OS::GetRandomMmapAddr(),
291 void* result = mmap(OS::GetRandomMmapAddr(),
platform-solaris.cc 160 void* reservation = mmap(OS::GetRandomMmapAddr(),
232 void* result = mmap(OS::GetRandomMmapAddr(),
platform-freebsd.cc 188 void* reservation = mmap(OS::GetRandomMmapAddr(),
260 void* result = mmap(OS::GetRandomMmapAddr(),
platform-cygwin.cc 188 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
platform.h 224 static void* GetRandomMmapAddr();
platform-posix.cc 153 void* OS::GetRandomMmapAddr() {
platform-win32.cc 736 void* OS::GetRandomMmapAddr() {
763 base = VirtualAlloc(OS::GetRandomMmapAddr(), size, action, protection);
    [all...]

Completed in 94 milliseconds