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

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1177 struct VBoxDtMemCache struct
1186 struct VBoxDtMemCache *VBoxDtKMemCacheCreate(const char *pszName, size_t cbBuf, size_t cbAlign,
1206 struct VBoxDtMemCache *pThis = (struct VBoxDtMemCache *)RTMemAlloc(sizeof(*pThis));
1217 void VBoxDtKMemCacheDestroy(struct VBoxDtMemCache *pThis)
1224 void *VBoxDtKMemCacheAlloc(struct VBoxDtMemCache *pThis, uint32_t fFlags)
1240 void VBoxDtKMemCacheFree(struct VBoxDtMemCache *pThis, void *pvMem)

Completed in 51 milliseconds