Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3246 struct TCMallocStats { in CreateCacheIfNecessary() struct
3247 uint64_t system_bytes; // Bytes alloced from system in CreateCacheIfNecessary()
3248 uint64_t thread_bytes; // Bytes in thread caches in CreateCacheIfNecessary()
3249 uint64_t central_bytes; // Bytes in central cache in CreateCacheIfNecessary()
3250 uint64_t transfer_bytes; // Bytes in central transfer cache in CreateCacheIfNecessary()
3251 uint64_t pageheap_bytes; // Bytes in page heap in CreateCacheIfNecessary()
3252 uint64_t metadata_bytes; // Bytes alloced for metadata in CreateCacheIfNecessary()