Lines Matching refs:HGSMIHEAP
68 typedef struct HGSMIHEAP
72 } HGSMIHEAP;
200 int HGSMIHeapSetup(HGSMIHEAP *pHeap,
206 void HGSMIHeapDestroy(HGSMIHEAP *pHeap);
208 void *HGSMIHeapBufferAlloc(HGSMIHEAP *pHeap,
211 void HGSMIHeapBufferFree(HGSMIHEAP *pHeap,
214 void *HGSMIHeapAlloc(HGSMIHEAP *pHeap,
219 void HGSMIHeapFree(HGSMIHEAP *pHeap,
222 DECLINLINE(const HGSMIAREA *) HGSMIHeapArea(HGSMIHEAP *pHeap)
227 DECLINLINE(HGSMIOFFSET) HGSMIHeapOffset(HGSMIHEAP *pHeap)
232 DECLINLINE(HGSMISIZE) HGSMIHeapSize(HGSMIHEAP *pHeap)
237 DECLINLINE(HGSMIOFFSET) HGSMIHeapBufferOffset(HGSMIHEAP *pHeap,