HomeSort by relevance Sort by last modified time
    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