Searched refs:totalBytesInUse (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebMemorySampler.mac.mm109 size_t totalBytesInUse = 0, totalBytesCommitted = 0;
116 totalBytesInUse += fastMallocBytesInUse;
122 totalBytesInUse += jscHeapBytesInUse;
126 totalBytesInUse += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
137 totalBytesInUse += defaultMallocZoneBytesInUse + dispatchContinuationMallocZoneBytesInUse + purgeableMallocZoneBytesInUse;
147 webKitMemoryStats.values.append(totalBytesInUse);
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/
H A DWebMemorySamplerLinux.cpp143 size_t totalBytesInUse = 0; local
150 totalBytesInUse += fastMallocBytesInUse;
159 totalBytesInUse += jscHeapBytesInUse;
163 totalBytesInUse += globalMemoryStats.stackBytes + globalMemoryStats.JITBytes;
172 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Total Memory In Use"), totalBytesInUse);

Completed in 175 milliseconds