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

  /external/chromium_org/third_party/WebKit/Source/platform/
Partitions.h 49 return m_objectModelAllocator.root()->totalSizeOfCommittedPages;
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 115 root->totalSizeOfCommittedPages = 0;
315 ASSERT(root->totalSizeOfCommittedPages > len);
316 root->totalSizeOfCommittedPages -= len;
322 root->totalSizeOfCommittedPages += len;
331 root->totalSizeOfCommittedPages += totalSize;
    [all...]
PartitionAllocTest.cpp     [all...]
PartitionAlloc.h 257 size_t totalSizeOfCommittedPages;

Completed in 119 milliseconds