Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp3113 uint64_t system_bytes; // Bytes alloced from system in CreateCacheIfNecessary() member
3151 r->system_bytes = pageheap->SystemBytes(); in CreateCacheIfNecessary()
3185 const uint64_t bytes_in_use = stats.system_bytes in CreateCacheIfNecessary()
3202 stats.system_bytes, in CreateCacheIfNecessary()
3292 *value = stats.system_bytes in CreateCacheIfNecessary()
3302 *value = stats.system_bytes; in CreateCacheIfNecessary()
3644 info.arena = static_cast<int>(stats.system_bytes); in CreateCacheIfNecessary()
3649 info.uordblks = static_cast<int>(stats.system_bytes in CreateCacheIfNecessary()