Home
last modified time | relevance | path

Searched defs:committedVMBytes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DMallocStatistics.h40 size_t committedVMBytes() const { return m_stats.committedVMBytes; } in committedVMBytes() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DFastMalloc.h47 size_t committedVMBytes; member