OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPageAllocationGranularityBaseMask
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h
48
static const size_t
kPageAllocationGranularityBaseMask
= ~kPageAllocationGranularityOffsetMask;
AddressSpaceRandomization.cpp
95
random &=
kPageAllocationGranularityBaseMask
;
PartitionAlloc.cpp
580
mapSize &=
kPageAllocationGranularityBaseMask
;
[
all
...]
Completed in 105 milliseconds