Searched defs:pPageHint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp141 PRTMEMCACHEPAGE volatile pPageHint; member in struct:RTMEMCACHEINT
225 pThis->pPageHint = NULL;
327 ASMAtomicWritePtr(&pThis->pPageHint, pPage);
417 PRTMEMCACHEPAGE pPage = ASMAtomicUoReadPtrT(&pThis->pPageHint, PRTMEMCACHEPAGE);
429 ASMAtomicWritePtr(&pThis->pPageHint, pPage);

Completed in 43 milliseconds