OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:superPagesEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp
263
while (superPage != entry->
superPagesEnd
) {
387
currentExtent->
superPagesEnd
= superPage + kSuperPageSize;
390
currentExtent->
superPagesEnd
+= kSuperPageSize;
391
ASSERT(ret >= currentExtent->superPageBase && ret < currentExtent->
superPagesEnd
);
[
all
...]
PartitionAlloc.h
252
char*
superPagesEnd
;
Completed in 964 milliseconds