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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 135 bucket->numSystemPagesPerSlotSpan = partitionBucketNumSystemPages(bucket->slotSize);
402 ASSERT(page->bucket->numSystemPagesPerSlotSpan);
404 partitionDecommitSystemPages(root, addr, page->bucket->numSystemPagesPerSlotSpan * kSystemPageSize);
409 return (bucket->numSystemPagesPerSlotSpan * kSystemPageSize) / bucket->slotSize;
414 return (bucket->numSystemPagesPerSlotSpan + (kNumSystemPagesPerPartitionPage - 1)) / kNumSystemPagesPerPartitionPage;
621 bucket->numSystemPagesPerSlotSpan = 0;
693 partitionRecommitSystemPages(root, addr, newPage->bucket->numSystemPagesPerSlotSpan * kSystemPageSize);
    [all...]
PartitionAllocTest.cpp 93 size_t numSlots = (bucket->numSystemPagesPerSlotSpan * WTF::kSystemPageSize) / realSize;
106 if (bucket->numSystemPagesPerSlotSpan == WTF::kNumSystemPagesPerPartitionPage)
118 size_t numSlots = (page->bucket->numSystemPagesPerSlotSpan * WTF::kSystemPageSize) / size;
741 size_t totalSlots = (page->bucket->numSystemPagesPerSlotSpan * WTF::kSystemPageSize) / (bigSize + kExtraAllocSize);
    [all...]
PartitionAlloc.h 242 uint16_t numSystemPagesPerSlotSpan;
578 return !bucket->numSystemPagesPerSlotSpan;

Completed in 78 milliseconds