Searched refs:tc_length (Results 1 – 2 of 2) sorted by relevance
2217 int tc_length() { in tc_length() function in WTF::TCMalloc_Central_FreeList3128 const int tc_length = central_cache[cl].tc_length(); in CreateCacheIfNecessary() local3131 static_cast<uint64_t>(ByteSizeForClass(cl)) * tc_length; in CreateCacheIfNecessary()3132 if (class_count) class_count[cl] = length + tc_length; in CreateCacheIfNecessary()4453 const int tc_length = central_cache[cl].tc_length(); in CreateCacheIfNecessary() local4454 statistics.freeSizeInCaches += ByteSizeForClass(cl) * (length + tc_length); in CreateCacheIfNecessary()
24403 (WTF::TCMalloc_Central_FreeList::tc_length):