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

/vbox/include/VBox/HGSMI/
H A DHGSMI.h81 typedef struct HGSMIHEAP struct
92 } HGSMIHEAP; typedef in typeref:struct:HGSMIHEAP
230 int HGSMIHeapSetup (HGSMIHEAP *pHeap,
237 int HGSMIHeapRelocate (HGSMIHEAP *pHeap,
245 int HGSMIHeapRestoreMA(HGSMIHEAP *pHeap,
254 void HGSMIHeapSetupUninitialized (HGSMIHEAP *pHeap);
256 void HGSMIHeapDestroy (HGSMIHEAP *pHeap);
258 void* HGSMIHeapBufferAlloc (HGSMIHEAP *pHeap,
261 void HGSMIHeapBufferFree(HGSMIHEAP *pHeap,
264 void *HGSMIHeapAlloc (HGSMIHEAP *pHea
[all...]

Completed in 707 milliseconds