OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxPartitionPagesPerSlotSpan
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
146
static const size_t
kMaxPartitionPagesPerSlotSpan
= 4;
155
static const size_t kMaxSystemPagesPerSlotSpan = kNumSystemPagesPerPartitionPage *
kMaxPartitionPagesPerSlotSpan
;
PartitionAllocTest.cpp
534
size = (((WTF::kPartitionPageSize * WTF::
kMaxPartitionPagesPerSlotSpan
) - WTF::kSystemPageSize) / 2) - kExtraAllocSize;
[
all
...]
Completed in 39 milliseconds