Searched refs:slotSize (Results 1 – 3 of 3) sorted by relevance
241 uint32_t slotSize; member424 …tr_t>(ptr) - reinterpret_cast<uintptr_t>(partitionPageToPointer(page))) % page->bucket->slotSize)); in partitionPointerToPage()461 size_t bucketSize = page->bucket->slotSize; in partitionBucketAlloc()492 size_t bucketSize = page->bucket->slotSize; in partitionFreeWithPage()530 ASSERT(!bucket->slotSize || bucket->slotSize >= size); in partitionGenericSizeToBucket()531 ASSERT(!(bucket->slotSize % kGenericSmallestBucket)); in partitionGenericSizeToBucket()599 size = bucket->slotSize; in partitionAllocActualSize()627 size_t size = page->bucket->slotSize; in partitionAllocGetSize()
135 bucket->numSystemPagesPerSlotSpan = partitionBucketNumSystemPages(bucket->slotSize); in partitionBucketInitBase()148 bucket->slotSize = kAllocationGranularity; in partitionAllocInit()150 bucket->slotSize = i << kBucketShift; in partitionAllocInit()196 bucket->slotSize = currentSize; in partitionAllocGenericInit()222 while (validBucket->slotSize % kGenericSmallestBucket) in partitionAllocGenericInit()409 return (bucket->numSystemPagesPerSlotSpan * kSystemPageSize) / bucket->slotSize; in partitionBucketSlots()452 size_t size = bucket->slotSize; in partitionPageAllocAndFillFreelist()620 bucket->slotSize = size; in partitionDirectMap()830 size_t currentSize = page->bucket->slotSize; in partitionReallocDirectMappedInPlace()869 page->bucket->slotSize = newSize; in partitionReallocDirectMappedInPlace()[all …]
117 size_t size = page->bucket->slotSize; in FreeFullPage()