OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumPartitionPagesPerSuperPage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
143
static const size_t
kNumPartitionPagesPerSuperPage
= kSuperPageSize / kPartitionPageSize;
360
ASSERT(partitionPageIndex <
kNumPartitionPagesPerSuperPage
- 1);
378
ASSERT(superPageOffset < kSystemPageSize + (
kNumPartitionPagesPerSuperPage
* kPageMetadataSize));
382
ASSERT(partitionPageIndex <
kNumPartitionPagesPerSuperPage
- 1);
PartitionAllocTest.cpp
345
size_t numPagesNeeded = WTF::
kNumPartitionPagesPerSuperPage
;
636
size_t numPartitionPagesNeeded = WTF::
kNumPartitionPagesPerSuperPage
- 2;
PartitionAlloc.cpp
50
COMPILE_ASSERT(WTF::kPageMetadataSize * WTF::
kNumPartitionPagesPerSuperPage
<= WTF::kSystemPageSize, page_metadata_fits_in_hole);
Completed in 1197 milliseconds