Searched defs:TCMallocStats (Results 1 – 1 of 1) sorted by relevance
3246 struct TCMallocStats { in CreateCacheIfNecessary() struct3247 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()