Home
last modified time | relevance | path

Searched refs:system_bytes_ (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1352 inline uint64_t SystemBytes() const { return system_bytes_; } in SystemBytes()
1400 uint64_t system_bytes_; member in WTF::TCMalloc_PageHeap
1490 system_bytes_ = 0; in init()
2079 uint64_t old_system_bytes = system_bytes_; in GrowHeap()
2080 system_bytes_ += (ask << kPageShift); in GrowHeap()
2089 && system_bytes_ >= kPageMapBigAllocationThreshold) { in GrowHeap()