Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp3112 struct TCMallocStats { in CreateCacheIfNecessary() struct
3113 uint64_t system_bytes; // Bytes alloced from system in CreateCacheIfNecessary()
3114 uint64_t thread_bytes; // Bytes in thread caches in CreateCacheIfNecessary()
3115 uint64_t central_bytes; // Bytes in central cache in CreateCacheIfNecessary()
3116 uint64_t transfer_bytes; // Bytes in central transfer cache in CreateCacheIfNecessary()
3117 uint64_t pageheap_bytes; // Bytes in page heap in CreateCacheIfNecessary()
3118 uint64_t metadata_bytes; // Bytes alloced for metadata in CreateCacheIfNecessary()