OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuperPageShift
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
139
static const size_t
kSuperPageShift
= 21; // 2MB
140
static const size_t kSuperPageSize = 1 <<
kSuperPageShift
;
253
raw >>=
kSuperPageShift
;
264
WTF_EXPORT static unsigned char s_bitmap[1 << (32 -
kSuperPageShift
- 3)];
PartitionAlloc.cpp
478
unsigned char SuperPageBitmap::s_bitmap[1 << (32 -
kSuperPageShift
- 3)];
486
raw >>=
kSuperPageShift
;
500
raw >>=
kSuperPageShift
;
Completed in 30 milliseconds