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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp50 typedef struct RTMEMCACHEPAGE *PRTMEMCACHEPAGE; typedef in typeref:struct:RTMEMCACHEPAGE
84 PRTMEMCACHEPAGE volatile pNext;
124 PRTMEMCACHEPAGE pPageHead;
126 PRTMEMCACHEPAGE volatile *ppPageNext;
141 PRTMEMCACHEPAGE volatile pPageHint;
256 PRTMEMCACHEPAGE pPage = pThis->pPageHead;
302 PRTMEMCACHEPAGE pPage = (PRTMEMCACHEPAGE)RTMemPageAlloc(PAGE_SIZE);
350 DECL_FORCE_INLINE(int32_t) rtMemCacheGrabObj(PRTMEMCACHEPAGE pPage)
417 PRTMEMCACHEPAGE pPag
[all...]

Completed in 32 milliseconds