OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxSystemPagesPerSlotSpan
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp
77
if (size >
kMaxSystemPagesPerSlotSpan
* kSystemPageSize) {
81
ASSERT(size <=
kMaxSystemPagesPerSlotSpan
* kSystemPageSize);
82
for (size_t i = kNumSystemPagesPerPartitionPage - 1; i <=
kMaxSystemPagesPerSlotSpan
; ++i) {
[
all
...]
PartitionAlloc.h
155
static const size_t
kMaxSystemPagesPerSlotSpan
= kNumSystemPagesPerPartitionPage * kMaxPartitionPagesPerSlotSpan;
Completed in 43 milliseconds