OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randomlocation
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp
75
intptr_t
randomLocation
= 0;
76
randomLocation
= arc4random() & ((1 << 25) - 1);
77
randomLocation
+= (1 << 24);
78
randomLocation
<<= 21;
79
result = reinterpret_cast<void*>(
randomLocation
);
Completed in 33 milliseconds