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

/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp97 bool fExec; member in struct:RTHEAPPAGE
199 * @param fExec Whether the heap memory should be marked as
202 int RTHeapPageInit(PRTHEAPPAGE pHeap, bool fExec) argument
215 pHeap->fExec = fExec;
405 PROT_READ | PROT_WRITE | (pHeap->fExec ? PROT_EXEC : 0),
625 int rc = RTHeapPageInit(&g_MemPagePosixHeap, false /*fExec*/);
628 rc = RTHeapPageInit(&g_MemExecPosixHeap, true /*fExec*/);

Completed in 69 milliseconds