Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h201 struct PartitionBucket;
231 PartitionBucket* bucket;
238 struct PartitionBucket { struct
274 static PartitionBucket gPagedBucket;
280 … ALWAYS_INLINE PartitionBucket* buckets() { return reinterpret_cast<PartitionBucket*>(this + 1); } in buckets()
281 …ALWAYS_INLINE const PartitionBucket* buckets() const { return reinterpret_cast<const PartitionBuck… in buckets()
294 PartitionBucket* bucketLookups[((kBitsPerSizet + 1) * kGenericNumBucketsPerOrder) + 1];
295 PartitionBucket buckets[kGenericNumBucketedOrders * kGenericNumBucketsPerOrder];
308 …XPORT NEVER_INLINE void* partitionAllocSlowPath(PartitionRootBase*, int, size_t, PartitionBucket*);
441 …oid* partitionBucketAlloc(PartitionRootBase* root, int flags, size_t size, PartitionBucket* bucket) in partitionBucketAlloc()
[all …]
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) in partitionBucketInitBase()
146 PartitionBucket* bucket = &root->buckets()[i]; in partitionAllocInit()
193 PartitionBucket* bucket = &root->buckets[0]; in partitionAllocGenericInit()
211 PartitionBucket** bucketPtr = &root->bucketLookups[0]; in partitionAllocGenericInit()
220 PartitionBucket* validBucket = bucket; in partitionAllocGenericInit()
236 static bool partitionAllocShutdownBucket(PartitionBucket* bucket) in partitionAllocShutdownBucket()
280 PartitionBucket* bucket = &root->buckets()[i]; in partitionAllocShutdown()
294 PartitionBucket* bucket = &root->buckets[i]; in partitionAllocGenericShutdown()
[all …]
DPartitionAllocTest.cpp92 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in GetFullPage()
132 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in CycleFreeCache()
149 WTF::PartitionBucket* bucket = page->bucket; in CycleGenericFreeCache()
161 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST()
233 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST()
275 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST()
335 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST()
734 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[bucketIdx]; in TEST()
871 WTF::PartitionBucket* bucket = &allocator.root()->buckets()[kTestBucketIndex]; in TEST()
909 WTF::PartitionBucket* bucket = 0; in TEST()
[all …]