OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxFreeableSpans
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
191
static const size_t
kMaxFreeableSpans
= 16;
267
PartitionPage* globalEmptyPageRing[
kMaxFreeableSpans
];
PartitionAlloc.cpp
732
ASSERT(static_cast<unsigned>(page->freeCacheIndex) <
kMaxFreeableSpans
);
744
ASSERT(static_cast<unsigned>(pageToFree->freeCacheIndex) <
kMaxFreeableSpans
);
[
all
...]
PartitionAllocTest.cpp
135
for (size_t i = 0; i < WTF::
kMaxFreeableSpans
; ++i) {
146
for (size_t i = 0; i < WTF::
kMaxFreeableSpans
; ++i) {
[
all
...]
Completed in 319 milliseconds