MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / GetStats

Method GetStats

Source/SubPic/DX9SubPic.cpp:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void CDX9SubPicAllocator::GetStats(int &_nFree, int &_nAlloc)
340{
341 CAutoLock Lock(&ms_SurfaceQueueLock);
342 _nFree = (int)m_FreeSurfaces.size();
343 _nAlloc = (int)m_AllocatedSurfaces.size();
344}
345
346void CDX9SubPicAllocator::ClearCache()
347{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected