Searched refs:pLRUCache (Results 1 – 2 of 2) sorted by relevance
121 pLRUCache = NULL; in StgCache()129 delete (UsrStgPagePtr_Impl*)pLRUCache; in ~StgCache()165 if( !pLRUCache ) in Create()166 pLRUCache = new UsrStgPagePtr_Impl(); in Create()167 (*(UsrStgPagePtr_Impl*)pLRUCache)[pElem->nPage] = pElem; in Create()205 if( pLRUCache ) in Erase()206 ((UsrStgPagePtr_Impl*)pLRUCache)->erase( pElem->nPage ); in Erase()230 delete (UsrStgPagePtr_Impl*)pLRUCache; in Clear()231 pLRUCache = NULL; in Clear()238 if( !pLRUCache ) in Find()[all …]
49 void * pLRUCache; // hash table of cached objects member in StgCache
Completed in 10 milliseconds