OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSystemPageBaseMask
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h
54
static const size_t
kSystemPageBaseMask
= ~kSystemPageOffsetMask;
PartitionAlloc.h
430
PartitionSuperPageExtentEntry* extentEntry = reinterpret_cast<PartitionSuperPageExtentEntry*>(reinterpret_cast<uintptr_t>(page) &
kSystemPageBaseMask
);
587
return (size + kSystemPageOffsetMask) &
kSystemPageBaseMask
;
PartitionAlloc.cpp
460
char* subPageLimit = reinterpret_cast<char*>((reinterpret_cast<uintptr_t>(firstFreelistPointer) + kSystemPageOffsetMask) &
kSystemPageBaseMask
);
[
all
...]
Completed in 505 milliseconds