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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 241 uint32_t slotSize;
424 ASSERT(!((reinterpret_cast<uintptr_t>(ptr) - reinterpret_cast<uintptr_t>(partitionPageToPointer(page))) % page->bucket->slotSize));
461 size_t bucketSize = page->bucket->slotSize;
492 size_t bucketSize = page->bucket->slotSize;
530 ASSERT(!bucket->slotSize || bucket->slotSize >= size);
531 ASSERT(!(bucket->slotSize % kGenericSmallestBucket));
599 size = bucket->slotSize;
627 size_t size = page->bucket->slotSize;
PartitionAlloc.cpp 135 bucket->numSystemPagesPerSlotSpan = partitionBucketNumSystemPages(bucket->slotSize);
148 bucket->slotSize = kAllocationGranularity;
150 bucket->slotSize = i << kBucketShift;
196 bucket->slotSize = currentSize;
222 while (validBucket->slotSize % kGenericSmallestBucket)
409 return (bucket->numSystemPagesPerSlotSpan * kSystemPageSize) / bucket->slotSize;
452 size_t size = bucket->slotSize;
620 bucket->slotSize = size;
    [all...]
PartitionAllocTest.cpp 117 size_t size = page->bucket->slotSize;
    [all...]