Searched defs:kPageAllocationGranularity (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.h46 static const size_t kPageAllocationGranularity = 1 << kPageAllocationGranularityShift; member in namespace:WTF
47 static const size_t kPageAllocationGranularityOffsetMask = kPageAllocationGranularity - 1;
60 // len is in bytes, and must be a multiple of kPageAllocationGranularity.
62 // kPageAllocationGranularity.

Completed in 86 milliseconds