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

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DCopiedSpaceInlines.h243 double markedSpaceBytes = m_heap->objectSpace().capacity(); local
244 double totalFragmentation = static_cast<double>(totalLiveBytes + markedSpaceBytes) / static_cast<double>(totalUsableBytes + markedSpaceBytes);

Completed in 75 milliseconds