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

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp886 typedef struct VBoxDtVMem struct
914 struct VBoxDtVMem *VBoxDtVMemCreate(const char *pszName, void *pvBase, size_t cb, size_t cbUnit,
915 PFNRT pfnAlloc, PFNRT pfnFree, struct VBoxDtVMem *pSrc,
941 int rc = RTSpinlockCreate(&pThis->hSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_SAFE, "VBoxDtVMem");
959 void VBoxDtVMemDestroy(struct VBoxDtVMem *pThis)
988 void *VBoxDtVMemAlloc(struct VBoxDtVMem *pThis, size_t cbMem, uint32_t fFlags)
1089 void VBoxDtVMemFree(struct VBoxDtVMem *pThis, void *pvMem, size_t cbMem)

Completed in 67 milliseconds