Searched refs:tc_length (Results 1 – 2 of 2) sorted by relevance
2327 int tc_length() { in tc_length() function in WTF::TCMalloc_Central_FreeList3262 const int tc_length = central_cache[cl].tc_length(); in CreateCacheIfNecessary() local3265 static_cast<uint64_t>(ByteSizeForClass(cl)) * tc_length; in CreateCacheIfNecessary()3266 if (class_count) class_count[cl] = length + tc_length; in CreateCacheIfNecessary()4269 const int tc_length = central_cache[cl].tc_length(); in CreateCacheIfNecessary() local4271 statistics.freeListBytes += ByteSizeForClass(cl) * (length + tc_length); in CreateCacheIfNecessary()
24403 (WTF::TCMalloc_Central_FreeList::tc_length):