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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c95 static RTHEAPSIMPLE g_HeapExec = NIL_RTHEAPSIMPLE; variable
134 AssertReturn(g_HeapExec == NIL_RTHEAPSIMPLE, VERR_WRONG_ORDER);
139 rc = RTHeapSimpleInit(&g_HeapExec, pvMemory, cb);
248 if (g_HeapExec != NIL_RTHEAPSIMPLE)
251 pHdr = (PRTMEMHDR)RTHeapSimpleAlloc(g_HeapExec, cb + sizeof(*pHdr), 0);
327 RTHeapSimpleFree(g_HeapExec, pHdr);

Completed in 43 milliseconds