Searched refs:RTMEMCACHE (Results 1 - 18 of 18) sorted by relevance

/vbox/include/iprt/
H A Dmemcache.h56 typedef R3R0PTRTYPE(struct RTMEMCACHEINT *) RTMEMCACHE; typedef
58 typedef RTMEMCACHE *PRTMEMCACHE;
60 #define NIL_RTMEMCACHE ((RTMEMCACHE)0)
75 typedef DECLCALLBACK(int) FNMEMCACHECTOR(RTMEMCACHE hMemCache, void *pvObj, void *pvUser);
90 typedef DECLCALLBACK(void) FNMEMCACHEDTOR(RTMEMCACHE hMemCache, void *pvObj, void *pvUser);
121 RTDECL(int) RTMemCacheDestroy(RTMEMCACHE hMemCache);
129 RTDECL(void *) RTMemCacheAlloc(RTMEMCACHE hMemCache);
142 RTDECL(int) RTMemCacheAllocEx(RTMEMCACHE hMemCache, void **ppvObj);
150 RTDECL(void) RTMemCacheFree(RTMEMCACHE hMemCache, void *pvObj);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemCache.cpp64 static RTMEMCACHE g_hMemCache;
79 RTMEMCACHE hMemCache;
131 static DECLCALLBACK(int) tst2Ctor(RTMEMCACHE hMemCache, void *pvObj, void *pvUser)
145 static DECLCALLBACK(void) tst2Dtor(RTMEMCACHE hMemCache, void *pvObj, void *pvUser)
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp233 RTDECL(int) RTMemCacheDestroy(RTMEMCACHE hMemCache)
363 RTDECL(int) RTMemCacheAllocEx(RTMEMCACHE hMemCache, void **ppvObj)
485 RTDECL(void *) RTMemCacheAlloc(RTMEMCACHE hMemCache)
547 RTDECL(void) RTMemCacheFree(RTMEMCACHE hMemCache, void *pvObj)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.h415 RTMEMCACHE FbEntryLookasideList;
416 RTMEMCACHE FbTexLookasideList;
417 RTMEMCACHE CEntryLookasideList;
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h185 RTMEMCACHE hMemCacheTasks;
H A DPDMAsyncCompletionFileInternal.h175 RTMEMCACHE hMemCacheRangeLocks;
/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSIInternal.h67 RTMEMCACHE hCacheReq;
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp93 RTMEMCACHE hMemCacheReqs;
1093 static DECLCALLBACK(int) rtAioMgrReqCtor(RTMEMCACHE hMemCache, void *pvObj, void *pvUser)
1108 static DECLCALLBACK(void) rtAioMgrReqDtor(RTMEMCACHE hMemCache, void *pvObj, void *pvUser)
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp143 RTMEMCACHE hMemCacheIoLogEntries;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp145 RTMEMCACHE hLineNumAllocator;
H A Ddbgmoddwarf.cpp489 RTMEMCACHE hMemCache;
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp130 RTMEMCACHE hSgCache;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp40 static RTMEMCACHE g_VBoxVrLookasideList;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp97 RTMEMCACHE CtlCache;
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp437 R3PTRTYPE(RTMEMCACHE) hTaskCache;
H A DDevLsiLogicSCSI.cpp323 R3PTRTYPE(RTMEMCACHE) hTaskCache;
/vbox/src/VBox/Storage/
H A DVD.cpp261 RTMEMCACHE hMemCacheIoCtx;
263 RTMEMCACHE hMemCacheIoTask;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp221 RTMEMCACHE mVBoxCmdEntryCache;

Completed in 182 milliseconds