Searched defs:RTMEMCACHE (Results 1 - 1 of 1) 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);

Completed in 42 milliseconds