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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp50 typedef struct RTMEMCACHEPAGE *PRTMEMCACHEPAGE;
76 typedef struct RTMEMCACHEPAGE struct
98 } RTMEMCACHEPAGE; typedef in typeref:struct:RTMEMCACHEPAGE
99 AssertCompileMemberOffset(RTMEMCACHEPAGE, cFree, 64);
207 pThis->cPerPage = (uint32_t)((PAGE_SIZE - RT_ALIGN_Z(sizeof(RTMEMCACHEPAGE), cbAlignment)) / pThis->cbObject);
208 while ( RT_ALIGN_Z(sizeof(RTMEMCACHEPAGE), 8)

Completed in 36 milliseconds