Home
last modified time | relevance | path

Searched refs:freeSizeInCaches (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h87 size_t freeSizeInCaches; member
DFastMalloc.cpp4447 statistics.freeSizeInCaches = 0; in CreateCacheIfNecessary()
4449 statistics.freeSizeInCaches += threadCache->Size(); in CreateCacheIfNecessary()
4454 statistics.freeSizeInCaches += ByteSizeForClass(cl) * (length + tc_length); in CreateCacheIfNecessary()
/external/webkit/WebKit/mac/Misc/
DWebCoreStatistics.mm201 … [NSNumber numberWithInt:fastMallocStatistics.freeSizeInCaches], @"FastMallocFreeSizeInCaches",