Searched defs:TCMallocStats (Results 1 – 1 of 1) sorted by relevance
3010 struct TCMallocStats { in CreateCacheIfNecessary() struct3011 uint64_t system_bytes; // Bytes alloced from system in CreateCacheIfNecessary()3012 uint64_t thread_bytes; // Bytes in thread caches in CreateCacheIfNecessary()3013 uint64_t central_bytes; // Bytes in central cache in CreateCacheIfNecessary()3014 uint64_t transfer_bytes; // Bytes in central transfer cache in CreateCacheIfNecessary()3015 uint64_t pageheap_bytes; // Bytes in page heap in CreateCacheIfNecessary()3016 uint64_t metadata_bytes; // Bytes alloced for metadata in CreateCacheIfNecessary()