Searched refs:PartitionBucket (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h201 struct PartitionBucket;
231 PartitionBucket* bucket;
238 struct PartitionBucket { struct in namespace:WTF
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 bucket
[all...]
H A DPartitionAlloc.cpp49 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* bucke
[all...]
H A DPartitionAllocTest.cpp92 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];
871 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex];
909 WTF::PartitionBucket* bucke
[all...]

Completed in 365 milliseconds