OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionBucket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
201
struct
PartitionBucket
;
231
PartitionBucket
* bucket;
238
struct
PartitionBucket
{
274
static
PartitionBucket
gPagedBucket;
280
ALWAYS_INLINE
PartitionBucket
* buckets() { return reinterpret_cast<
PartitionBucket
*>(this + 1); }
281
ALWAYS_INLINE const
PartitionBucket
* buckets() const { return reinterpret_cast<const
PartitionBucket
*>(this + 1); }
294
PartitionBucket
* bucketLookups[((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder) + 1];
295
PartitionBucket
buckets[kGenericNumBucketedOrders * kGenericNumBucketsPerOrder]
[
all
...]
PartitionAlloc.cpp
49
COMPILE_ASSERT(sizeof(WTF::
PartitionBucket
) <= WTF::kPageMetadataSize, PartitionBucket_not_too_big);
61
PartitionBucket
PartitionRootBase::gPagedBucket;
130
static void partitionBucketInitBase(
PartitionBucket
* bucket, PartitionRootBase* root)
146
PartitionBucket
* bucket = &root->buckets()[i];
193
PartitionBucket
* bucket = &root->buckets[0];
211
PartitionBucket
** bucketPtr = &root->bucketLookups[0];
220
PartitionBucket
* validBucket = bucket;
236
static bool partitionAllocShutdownBucket(
PartitionBucket
* bucket)
280
PartitionBucket
* bucket = &root->buckets()[i];
294
PartitionBucket
* bucket = &root->buckets[i]
[
all
...]
PartitionAllocTest.cpp
92
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[bucketIdx];
132
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[bucketIdx];
149
WTF::
PartitionBucket
* bucket = page->bucket;
161
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
233
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
275
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
335
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[kTestBucketIndex];
734
WTF::
PartitionBucket
* bucket = &allocator.root()->buckets()[bucketIdx];
[
all
...]
Completed in 328 milliseconds