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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 86 root->totalSizeOfSuperPages = 0;
165 ASSERT(numSuperPages == root->totalSizeOfSuperPages / kSuperPageSize);
190 root->totalSizeOfSuperPages += kSuperPageSize;
191 RELEASE_ASSERT(root->totalSizeOfSuperPages <= kMaxPartitionSize);
PartitionAlloc.h 217 size_t totalSizeOfSuperPages;

Completed in 22 milliseconds