HomeSort by relevance Sort by last modified time
    Searched refs:PartitionBucket (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 122 struct PartitionBucket;
130 PartitionBucket* bucket;
141 struct PartitionBucket {
151 PartitionBucket seedBucket;
152 PartitionBucket buckets[kNumBuckets];
162 WTF_EXPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionBucket*);
178 ALWAYS_INLINE size_t partitionBucketSize(const PartitionBucket* bucket)
190 ALWAYS_INLINE void* partitionBucketAlloc(PartitionBucket* bucket)
218 PartitionBucket* bucket = &root->buckets[index];
PartitionAlloc.cpp 52 PartitionBucket* bucket = &root->buckets[i];
89 static bool partitionAllocShutdownBucket(PartitionBucket* bucket, Vector<PartitionPageHeader*>* superPages)
132 PartitionBucket* bucket = &root->buckets[i];
194 static ALWAYS_INLINE size_t partitionBucketSlots(const PartitionBucket* bucket)
200 static ALWAYS_INLINE void partitionPageInit(PartitionPageHeader* page, PartitionBucket* bucket)
241 void* partitionAllocSlowPath(PartitionBucket* bucket)
303 PartitionBucket* bucket = page->bucket;
363 const PartitionBucket& bucket = root.buckets[i];
PartitionAllocTest.cpp 78 WTF::PartitionBucket* bucket = &root.buckets[bucketIdx];
118 WTF::PartitionBucket* bucket = &root.buckets[bucketIdx];
187 WTF::PartitionBucket* bucket = &root.buckets[bucketIdx];
226 WTF::PartitionBucket* bucket = &root.buckets[bucketIdx];
271 WTF::PartitionBucket* freePageBucket = &root.buckets[WTF::kFreePageBucket];
273 WTF::PartitionBucket* bucket = &root.buckets[bucketIdx];

Completed in 66 milliseconds