OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstExtent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
225
PartitionSuperPageExtentEntry
firstExtent
;
400
if (LIKELY(ptr >= root->
firstExtent
.superPageBase) && LIKELY(ptr < root->
firstExtent
.superPagesEnd))
404
PartitionSuperPageExtentEntry* entry = root->
firstExtent
.next;
PartitionAlloc.cpp
103
root->currentExtent = &root->
firstExtent
;
104
root->
firstExtent
.superPageBase = 0;
105
root->
firstExtent
.superPagesEnd = 0;
106
root->
firstExtent
.next = 0;
155
PartitionSuperPageExtentEntry* entry = &root->
firstExtent
;
Completed in 102 milliseconds