OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionSuperPageExtentEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
249
struct
PartitionSuperPageExtentEntry
{
253
PartitionSuperPageExtentEntry
* next;
265
PartitionSuperPageExtentEntry
* currentExtent;
266
PartitionSuperPageExtentEntry
* firstExtent;
430
PartitionSuperPageExtentEntry
* extentEntry = reinterpret_cast<
PartitionSuperPageExtentEntry
*>(reinterpret_cast<uintptr_t>(page) & kSystemPageBaseMask);
PartitionAlloc.cpp
50
COMPILE_ASSERT(sizeof(WTF::
PartitionSuperPageExtentEntry
) <= WTF::kPageMetadataSize, PartitionSuperPageExtentEntry_not_too_big);
260
PartitionSuperPageExtentEntry
* entry = root->firstExtent;
373
PartitionSuperPageExtentEntry
* latestExtent = reinterpret_cast<
PartitionSuperPageExtentEntry
*>(partitionSuperPageToMetadataArea(superPage));
374
PartitionSuperPageExtentEntry
* currentExtent = root->currentExtent;
606
PartitionSuperPageExtentEntry
* extent = reinterpret_cast<
PartitionSuperPageExtentEntry
*>(partitionSuperPageToMetadataArea(ptr));
[
all
...]
Completed in 32 milliseconds