OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextSuperPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp
100
root->
nextSuperPage
= 0;
192
char* requestedAddress = root->
nextSuperPage
;
195
root->
nextSuperPage
= superPage + kSuperPageSize;
198
root->nextPartitionPageEnd = root->
nextSuperPage
- kPartitionPageSize;
211
root->
nextSuperPage
= 0;
PartitionAlloc.h
221
char*
nextSuperPage
;
Completed in 22 milliseconds