| 337 | } |
| 338 | |
| 339 | void 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 | |
| 346 | void CDX9SubPicAllocator::ClearCache() |
| 347 | { |
nothing calls this directly
no outgoing calls
no test coverage detected