308 TRequestStatus* CNotifyInfo::Status() |
308 TRequestStatus* CNotifyInfo::Status() |
309 {return(iStatus);} |
309 {return(iStatus);} |
310 |
310 |
311 #if defined(_USE_CONTROLIO) || defined(_DEBUG) || defined(_DEBUG_RELEASE) |
311 #if defined(_USE_CONTROLIO) || defined(_DEBUG) || defined(_DEBUG_RELEASE) |
312 // Class RequestAllocator |
312 // Class RequestAllocator |
313 /** returns number of dynamically allocated requests */ |
|
314 TInt RequestAllocator::AllocatedCount() |
|
315 { return iAllocated;} |
|
316 /** returns number of permanently & dynamically allocated requests */ |
313 /** returns number of permanently & dynamically allocated requests */ |
317 TInt RequestAllocator::TotalCount() |
314 TInt RequestAllocator::RequestCount() |
318 { return iAllocated + iAllocNum;} |
315 { return iRequestCount;} |
|
316 TInt RequestAllocator::RequestCountPeak() |
|
317 { return iRequestCountPeak;} |
|
318 |
|
319 TInt OperationAllocator::FreeCount() |
|
320 { return iFreeCount;} |
|
321 TInt OperationAllocator::RequestCount() |
|
322 { return iRequestCount;} |
|
323 TInt OperationAllocator::RequestCountPeak() |
|
324 { return iRequestCountPeak;} |
|
325 |
319 #endif |
326 #endif |
320 |
327 |
321 //--------------------------------------------------------------------------------------------------------------------- |
328 //--------------------------------------------------------------------------------------------------------------------- |
322 |
329 |
323 inline CFileSystem* CMountBody::GetFileSystem() const |
330 inline CFileSystem* CMountBody::GetFileSystem() const |