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

/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp350 DECL_FORCE_INLINE(int32_t) rtMemCacheGrabObj(PRTMEMCACHEPAGE pPage) function
418 int32_t iObj = pPage ? rtMemCacheGrabObj(pPage) : -1;
425 iObj = rtMemCacheGrabObj(pPage);

Completed in 43 milliseconds