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 116 root->totalSizeOfSuperPages = 0;
270 ASSERT(numSuperPages == root->totalSizeOfSuperPages / kSuperPageSize);
342 root->totalSizeOfSuperPages += kSuperPageSize;
343 if (root->totalSizeOfSuperPages > kMaxPartitionSize)
    [all...]
PartitionAlloc.h 258 size_t totalSizeOfSuperPages;

Completed in 412 milliseconds