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

  /external/chromium_org/third_party/WebKit/Source/wtf/
AddressSpaceRandomization.h 15 WTF_EXPORT void* getRandomPageBase();
AddressSpaceRandomization.cpp 67 void* getRandomPageBase()
PageAllocator.cpp 140 addr = getRandomPageBase();
183 addr = getRandomPageBase();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 207 Address randomAddress = reinterpret_cast<Address>(WTF::getRandomPageBase());
    [all...]

Completed in 218 milliseconds